handling replies continuously from server
[oweals/gnunet.git] / src / util / test_server_disconnect.c
index 8010695e8449f394c930350625bd068a9a0aa897..c54f9cbc81362c8ad0d1e4dc010e7533739c07f0 100644 (file)
@@ -51,7 +51,7 @@ finish_up (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   GNUNET_assert (ok == 5);
   ok = 0;
   GNUNET_SERVER_destroy (server);
-  GNUNET_CLIENT_disconnect (cc, GNUNET_NO);
+  GNUNET_CLIENT_disconnect (cc);
   GNUNET_CONFIGURATION_destroy (cfg);
 }