mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
clear ADDRWAIT on timeout
This commit is contained in:
parent
d55dc2ac56
commit
77ab7ec58e
@ -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
|
* We could cancel the running queries here, or we could let
|
||||||
* them keep going. Right now we choose the latter...
|
* them keep going. Right now we choose the latter...
|
||||||
*/
|
*/
|
||||||
|
fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
|
||||||
fctx_try(fctx);
|
fctx_try(fctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user