mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 12:10:00 -04:00
use isc_time_seconds rather than .seconds
This commit is contained in:
parent
bf59efcf0e
commit
a421f4458d
1 changed files with 2 additions and 2 deletions
|
|
@ -1949,8 +1949,8 @@ resquery_send(resquery_t *query) {
|
|||
{
|
||||
isc_boolean_t checknta =
|
||||
ISC_TF((query->options & DNS_FETCHOPT_NONTA) == 0);
|
||||
result = issecuredomain(res->view, &fctx->name,
|
||||
fctx->type, query->start.seconds,
|
||||
result = issecuredomain(res->view, &fctx->name, fctx->type,
|
||||
isc_time_seconds(&query->start),
|
||||
checknta, &secure_domain);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
secure_domain = ISC_FALSE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue