handling replies continuously from server
[oweals/gnunet.git] / src / dns / dns_api.c
index a280265da0d588297b83676b17caec384babb5ce..e0069936dc34532e425147dfbc7211b1a1349abf 100644 (file)
@@ -202,7 +202,7 @@ disconnect (struct GNUNET_DNS_Handle *dh)
   }
   if (NULL != dh->dns_connection)
   {
-    GNUNET_CLIENT_disconnect (dh->dns_connection, GNUNET_NO);
+    GNUNET_CLIENT_disconnect (dh->dns_connection);
     dh->dns_connection = NULL;
   }
   while (NULL != (qe = dh->rq_head))