-removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually always GNUNE...
[oweals/gnunet.git] / src / util / test_server_with_client_unix.c
index 4f80f188cc17f5fa59945c365abc9e9ced21da9e..eae80e4e891bdaa4b2039da5c01aeb76690229cb 100644 (file)
@@ -30,7 +30,7 @@
 #include "gnunet_server_lib.h"
 #include "gnunet_time_lib.h"
 
-#define VERBOSE GNUNET_EXTRA_LOGGING
+#define VERBOSE GNUNET_NO
 
 #define MY_TYPE 128
 
@@ -68,7 +68,7 @@ recv_cb (void *cls, struct GNUNET_SERVER_Client *argclient,
     break;
   case 4:
     ok++;
-    GNUNET_CLIENT_disconnect (client, GNUNET_YES);
+    GNUNET_CLIENT_disconnect (client);
     GNUNET_SERVER_receive_done (argclient, GNUNET_OK);
     break;
   default: