aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_server_with_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_server_with_client.c')
-rw-r--r--src/util/test_server_with_client.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/test_server_with_client.c b/src/util/test_server_with_client.c
index 52b0addfa..453ae5ed4 100644
--- a/src/util/test_server_with_client.c
+++ b/src/util/test_server_with_client.c
@@ -126,8 +126,7 @@ notify_disconnect (void *cls, struct GNUNET_SERVER_Client *client)
126 GNUNET_assert (ok == 5); 126 GNUNET_assert (ok == 5);
127 ok = 0; 127 ok = 0;
128 GNUNET_SCHEDULER_add_delayed (sched, 128 GNUNET_SCHEDULER_add_delayed (sched,
129 GNUNET_TIME_UNIT_ZERO, 129 GNUNET_TIME_UNIT_ZERO, &clean_up, NULL);
130 &clean_up, NULL);
131} 130}
132 131
133 132