* database, starting the stale-refresh-time window for it.
* This is a condensed form of query_lookup().
*/
- client->inner.now = isc_stdtime_now();
+ client->inner.tnow = isc_time_now();
+ client->inner.now = isc_time_seconds(&client->inner.tnow);
client->query.attributes &= ~NS_QUERYATTR_RECURSIONOK;
qctx_init(client, NULL, 0, &qctx);
/*
* Update client->now.
*/
- client->inner.now = isc_stdtime_now();
+ client->inner.tnow = isc_time_now();
+ client->inner.now = isc_time_seconds(&client->inner.tnow);
} else {
/*
* This is a fetch completion event for a canceled fetch.
INSIST(rev->ctx == client->query.hookasyncctx);
client->query.hookasyncctx = NULL;
canceled = false;
- client->inner.now = isc_stdtime_now();
+ client->inner.tnow = isc_time_now();
+ client->inner.now = isc_time_seconds(&client->inner.tnow);
} else {
canceled = true;
}