aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-15 09:47:29 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-15 09:47:29 +0000
commit0ac493b3ea7a919ba838db053d9a5f2f2e648ec7 (patch)
tree45c638c7925df036e544fe68aae224001db8f73c /src/peerinfo
parent97935b96791a53d03caca62461dbbf1f083b3deb (diff)
downloadgnunet-0ac493b3ea7a919ba838db053d9a5f2f2e648ec7.tar.gz
gnunet-0ac493b3ea7a919ba838db053d9a5f2f2e648ec7.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 b23d3318e..1d84b5dcf 100644
--- a/src/peerinfo/gnunet-service-peerinfo.c
+++ b/src/peerinfo/gnunet-service-peerinfo.c
@@ -795,7 +795,7 @@ run (void *cls,
795 struct GNUNET_SERVER_Handle *server, 795 struct GNUNET_SERVER_Handle *server,
796 const struct GNUNET_CONFIGURATION_Handle *cfg) 796 const struct GNUNET_CONFIGURATION_Handle *cfg)
797{ 797{
798 stats = GNUNET_STATISTICS_create (sched, "statistics", cfg); 798 stats = GNUNET_STATISTICS_create (sched, "peerinfo", cfg);
799 notify_list = GNUNET_SERVER_notification_context_create (server, 0); 799 notify_list = GNUNET_SERVER_notification_context_create (server, 0);
800 GNUNET_assert (GNUNET_OK == 800 GNUNET_assert (GNUNET_OK ==
801 GNUNET_CONFIGURATION_get_value_filename (cfg, 801 GNUNET_CONFIGURATION_get_value_filename (cfg,