handling replies continuously from server
[oweals/gnunet.git] / src / dns / dns_api.c
index dfce0af1bed7d9b982a28095eed8e1ad1e7ca54a..e0069936dc34532e425147dfbc7211b1a1349abf 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file dns/dns_api_new.c
+ * @file dns/dns_api.c
  * @brief API to access the DNS service. 
  * @author Christian Grothoff
  */
@@ -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))