-remove async ecc key generation, not needed
[oweals/gnunet.git] / src / util / test_server_disconnect.c
index 69207f81a702ae696cfd6ea9d152af9fe8a372a8..b54df48893616e365310f23525c825fc559a63f6 100644 (file)
@@ -28,7 +28,6 @@
 #include "gnunet_server_lib.h"
 #include "gnunet_time_lib.h"
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
 
 #define PORT 12435
 
@@ -51,7 +50,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);
 }