aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_reconnect.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_reconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
index 3dad137a2..30f26717f 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
@@ -116,7 +116,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
116 p->th = 116 p->th =
117 GNUNET_TRANSPORT_connect (p->cfg, NULL, p, NULL, &notify_connect, NULL); 117 GNUNET_TRANSPORT_connect (p->cfg, NULL, p, NULL, &notify_connect, NULL);
118 GNUNET_assert (p->th != NULL); 118 GNUNET_assert (p->th != NULL);
119 p->ghh = GNUNET_TRANSPORT_get_hello (p->th, &process_hello, p); 119 p->ghh = GNUNET_TRANSPORT_get_hello (p->cfg, &process_hello, p);
120 GNUNET_free (binary); 120 GNUNET_free (binary);
121} 121}
122 122