aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-01-04 12:18:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-01-04 12:18:22 +0000
commit15de3d7d0032971c506b8b5f1bc43b4849cd1190 (patch)
tree335dc7f53db2b280c0b74c7ceebcdac25f4154dc /src/peerinfo
parent7d10aae1489414e5cba3ea6dedd77223eda6216a (diff)
downloadgnunet-15de3d7d0032971c506b8b5f1bc43b4849cd1190.tar.gz
gnunet-15de3d7d0032971c506b8b5f1bc43b4849cd1190.zip
fix
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/gnunet-service-peerinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/gnunet-service-peerinfo.c b/src/peerinfo/gnunet-service-peerinfo.c
index bd7a93fe5..68024a90a 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -786,7 +786,7 @@ run (void *cls, struct GNUNET_SERVER_Handle *server,
786 hostmap = GNUNET_CONTAINER_multihashmap_create (1024, GNUNET_YES); 786 hostmap = GNUNET_CONTAINER_multihashmap_create (1024, GNUNET_YES);
787 stats = GNUNET_STATISTICS_create ("peerinfo", cfg); 787 stats = GNUNET_STATISTICS_create ("peerinfo", cfg);
788 notify_list = GNUNET_SERVER_notification_context_create (server, 0); 788 notify_list = GNUNET_SERVER_notification_context_create (server, 0);
789 noio = GNUNET_CONFIGURATION_get_value_yesno (cfg, "peerionfo", "NO_IO"); 789 noio = GNUNET_CONFIGURATION_get_value_yesno (cfg, "peerinfo", "NO_IO");
790 if (GNUNET_YES != noio) 790 if (GNUNET_YES != noio)
791 { 791 {
792 GNUNET_assert (GNUNET_OK == 792 GNUNET_assert (GNUNET_OK ==