From: Philipp Tölke Date: Wed, 27 Jul 2011 07:52:28 +0000 (+0000) Subject: close the dns when the user presses ^C X-Git-Tag: initial-import-from-subversion-38251~17606 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=64dfbc851ed2d2f65b1b04b66e94087f51d5889f;p=oweals%2Fgnunet.git close the dns when the user presses ^C --- diff --git a/src/vpn/gnunet-service-dns.c b/src/vpn/gnunet-service-dns.c index bfbcbca23..111dd5293 100644 --- a/src/vpn/gnunet-service-dns.c +++ b/src/vpn/gnunet-service-dns.c @@ -1060,6 +1060,7 @@ cleanup_task (void *cls __attribute__((unused)), unhijack(dnsoutport); GNUNET_DHT_disconnect(dht); + GNUNET_MESH_disconnect(mesh_handle); } /**