From: Christian Grothoff Date: Mon, 15 Mar 2010 09:47:29 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~22467 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0ac493b3ea7a919ba838db053d9a5f2f2e648ec7;p=oweals%2Fgnunet.git fix --- 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, struct GNUNET_SERVER_Handle *server, const struct GNUNET_CONFIGURATION_Handle *cfg) { - stats = GNUNET_STATISTICS_create (sched, "statistics", cfg); + stats = GNUNET_STATISTICS_create (sched, "peerinfo", cfg); notify_list = GNUNET_SERVER_notification_context_create (server, 0); GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_get_value_filename (cfg,