-LRN: fix dv test dependencies
[oweals/gnunet.git] / src / dv / dv_api.c
index 876282ea7e3e6077e669c51067ec5007d5a8de2c..93891ca1734f9d0deb3f109496a61ee0575f896e 100644 (file)
@@ -618,7 +618,7 @@ GNUNET_DV_disconnect (struct GNUNET_DV_Handle *handle)
   }
   if (handle->client != NULL)   /* Finally, disconnect from the service */
   {
-    GNUNET_CLIENT_disconnect (handle->client, GNUNET_NO);
+    GNUNET_CLIENT_disconnect (handle->client);
     handle->client = NULL;
   }