mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
lint
This commit is contained in:
parent
0e42fb6588
commit
3894acca89
1 changed files with 4 additions and 4 deletions
|
|
@ -2040,10 +2040,6 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
|||
(void)task;
|
||||
QTRACE("response");
|
||||
|
||||
result = isc_stdtime_get(&now);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto done;
|
||||
|
||||
(void)isc_timer_touch(fctx->timer);
|
||||
|
||||
keep_trying = ISC_FALSE;
|
||||
|
|
@ -2051,6 +2047,10 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
|||
get_nameservers = ISC_FALSE;
|
||||
covers = 0;
|
||||
|
||||
result = isc_stdtime_get(&now);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
goto done;
|
||||
|
||||
message = fctx->rmessage;
|
||||
message->querytsig = query->tsig;
|
||||
message->tsigkey = query->tsigkey;
|
||||
|
|
|
|||
Loading…
Reference in a new issue