aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
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 ==