mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 00:25:29 +00:00
[master] address coverity warning about uninitialized variable
This commit is contained in:
@@ -6922,6 +6922,8 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
|||||||
|
|
||||||
(void)isc_timer_touch(fctx->timer);
|
(void)isc_timer_touch(fctx->timer);
|
||||||
|
|
||||||
|
rctx_respinit(task, devent, query, fctx, &rctx);
|
||||||
|
|
||||||
if (fctx->res->exiting) {
|
if (fctx->res->exiting) {
|
||||||
result = ISC_R_SHUTTINGDOWN;
|
result = ISC_R_SHUTTINGDOWN;
|
||||||
FCTXTRACE("resolver shutting down");
|
FCTXTRACE("resolver shutting down");
|
||||||
@@ -6933,8 +6935,6 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
|||||||
fctx->timeout = ISC_FALSE;
|
fctx->timeout = ISC_FALSE;
|
||||||
fctx->addrinfo = query->addrinfo;
|
fctx->addrinfo = query->addrinfo;
|
||||||
|
|
||||||
rctx_respinit(task, devent, query, fctx, &rctx);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check whether the dispatcher has failed; if so we're done
|
* Check whether the dispatcher has failed; if so we're done
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user