aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-11 13:26:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-11 13:26:31 +0000
commit67b718e21f1ba7d46f1969ab70b72041f8711b07 (patch)
tree3af6fa84c3fd8a0a7d7cb7e8486453676a5b8a91 /src/hostlist
parentee0462159f1f3fb8e79988387dcfa5feabc32e68 (diff)
downloadgnunet-67b718e21f1ba7d46f1969ab70b72041f8711b07.tar.gz
gnunet-67b718e21f1ba7d46f1969ab70b72041f8711b07.zip
fix
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index b68a93af0..c6b04ac7e 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -391,7 +391,7 @@ setup_learn_peer (struct PeerContext *p, const char *cfgname)
391 GNUNET_free (filename); 391 GNUNET_free (filename);
392 } 392 }
393 p->core = 393 p->core =
394 GNUNET_CORE_connect (p->cfg, 1, NULL, NULL, NULL, NULL, NULL, NULL, 394 GNUNET_CORE_connect (p->cfg, 1, NULL, NULL, NULL, NULL, NULL,
395 GNUNET_NO, NULL, GNUNET_NO, learn_handlers); 395 GNUNET_NO, NULL, GNUNET_NO, learn_handlers);
396 GNUNET_assert (NULL != p->core); 396 GNUNET_assert (NULL != p->core);
397 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg); 397 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg);