From bc223aaf8e952f3c88ac7ff82d726b328b990880 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Tue, 13 Mar 2001 01:03:43 +0000 Subject: [PATCH] miccing cancel_all in nslookup. --- bin/dig/nslookup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index 0f114e95ed..dae124ca82 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: nslookup.c,v 1.80 2001/01/24 19:28:33 gson Exp $ */ +/* $Id: nslookup.c,v 1.81 2001/03/13 01:03:43 mws Exp $ */ #include @@ -884,6 +884,7 @@ main(int argc, char **argv) { debug("done, and starting to shut down"); if (global_event != NULL) isc_event_free(&global_event); + cancel_all(); destroy_libs(); isc_app_finish();