From 77ab7ec58eee12c8d2c7fc39b66dbb646e48af7b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 31 Oct 1999 20:36:05 +0000 Subject: [PATCH] clear ADDRWAIT on timeout --- lib/dns/resolver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 7b5e42098a..6e3c57737d 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -889,6 +889,7 @@ fctx_timeout(isc_task_t *task, isc_event_t *event) { * We could cancel the running queries here, or we could let * them keep going. Right now we choose the latter... */ + fctx->attributes &= ~FCTX_ATTR_ADDRWAIT; fctx_try(fctx); }