mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-17 00:34:13 -04:00
TRUE -> ISC_TRUE
This commit is contained in:
parent
504fc9b381
commit
8e2c2ca0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -10379,7 +10379,7 @@ refresh_callback(isc_task_t *task, isc_event_t *event) {
|
|||
dns_request_destroy(&zone->request);
|
||||
if (zone->type == dns_zone_slave ||
|
||||
zone->type == dns_zone_redirect) {
|
||||
do_queue_xfrin = TRUE;
|
||||
do_queue_xfrin = ISC_TRUE;
|
||||
} else {
|
||||
INSIST(zone->type == dns_zone_stub);
|
||||
ns_query(zone, rdataset, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue