handling replies continuously from server
[oweals/gnunet.git] / src / util / test_server.c
index 6718c65d8b7b8eb0634adff2090e7d1d9da327f1..0faf61bee665295788c134df8784f4d2258d9637 100644 (file)
@@ -54,7 +54,7 @@ finish_up (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   GNUNET_assert (ok == 6);
   ok = 0;
   GNUNET_SERVER_destroy (server);
-  GNUNET_CLIENT_disconnect (cc, GNUNET_NO);
+  GNUNET_CLIENT_disconnect (cc);
   GNUNET_CONFIGURATION_destroy (cfg);
 }