aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dns_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/dns_api.c')
-rw-r--r--src/dns/dns_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/dns_api.c b/src/dns/dns_api.c
index a280265da..e0069936d 100644
--- a/src/dns/dns_api.c
+++ b/src/dns/dns_api.c
@@ -202,7 +202,7 @@ disconnect (struct GNUNET_DNS_Handle *dh)
202 } 202 }
203 if (NULL != dh->dns_connection) 203 if (NULL != dh->dns_connection)
204 { 204 {
205 GNUNET_CLIENT_disconnect (dh->dns_connection, GNUNET_NO); 205 GNUNET_CLIENT_disconnect (dh->dns_connection);
206 dh->dns_connection = NULL; 206 dh->dns_connection = NULL;
207 } 207 }
208 while (NULL != (qe = dh->rq_head)) 208 while (NULL != (qe = dh->rq_head))