aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index 28a8ddfcf..b3859f6c8 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -97,8 +97,7 @@ timeout_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
97static void 97static void
98notify_connect (void *cls, 98notify_connect (void *cls,
99 const struct GNUNET_PeerIdentity * peer, 99 const struct GNUNET_PeerIdentity * peer,
100 struct GNUNET_TIME_Relative latency, 100 const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count)
101 unsigned int distance)
102{ 101{
103 if (peer == NULL) 102 if (peer == NULL)
104 return; 103 return;