aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_connection_timeout_no_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_connection_timeout_no_connect.c')
-rw-r--r--src/util/test_connection_timeout_no_connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_connection_timeout_no_connect.c b/src/util/test_connection_timeout_no_connect.c
index 1e3230d2f..ebcd4b71e 100644
--- a/src/util/test_connection_timeout_no_connect.c
+++ b/src/util/test_connection_timeout_no_connect.c
@@ -44,7 +44,7 @@ handle_timeout (void *cls, size_t size, void *buf)
44 44
45 45
46static void 46static void
47task_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 47task_timeout (void *cls)
48{ 48{
49 csock = GNUNET_CONNECTION_create_from_connect (cfg, "localhost", PORT); 49 csock = GNUNET_CONNECTION_create_from_connect (cfg, "localhost", PORT);
50 GNUNET_assert (csock != NULL); 50 GNUNET_assert (csock != NULL);