aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_learning.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_learning.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_learning.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_learning.c b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
index dfeca8d57..670fecc76 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_learning.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_learning.c
@@ -299,7 +299,7 @@ static int
299ad_arrive_handler (void *cls, const struct GNUNET_PeerIdentity *peer, 299ad_arrive_handler (void *cls, const struct GNUNET_PeerIdentity *peer,
300 const struct GNUNET_MessageHeader *message, 300 const struct GNUNET_MessageHeader *message,
301 const struct GNUNET_ATS_Information *atsi, 301 const struct GNUNET_ATS_Information *atsi,
302 unsigned int atsi_count) 302 unsigned int atsi_count)
303{ 303{
304 char *hostname; 304 char *hostname;
305 char *expected_uri; 305 char *expected_uri;
@@ -392,8 +392,8 @@ setup_learn_peer (struct PeerContext *p, const char *cfgname)
392 GNUNET_free (filename); 392 GNUNET_free (filename);
393 } 393 }
394 p->core = 394 p->core =
395 GNUNET_CORE_connect (p->cfg, 1, NULL, NULL, NULL, NULL, NULL, 395 GNUNET_CORE_connect (p->cfg, 1, NULL, NULL, NULL, NULL, NULL, GNUNET_NO,
396 GNUNET_NO, NULL, GNUNET_NO, learn_handlers); 396 NULL, GNUNET_NO, learn_handlers);
397 GNUNET_assert (NULL != p->core); 397 GNUNET_assert (NULL != p->core);
398 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg); 398 p->stats = GNUNET_STATISTICS_create ("hostlist", p->cfg);
399 GNUNET_assert (NULL != p->stats); 399 GNUNET_assert (NULL != p->stats);