From: Mark Andrews Date: Thu, 26 Apr 2012 08:19:48 +0000 (+1000) Subject: TRUE -> ISC_TRUE X-Git-Tag: v9.10.0a1~1188 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8e2c2ca0a0355c1ded7ae7eedc12f94b01d3f5f5;p=thirdparty%2Fbind9.git TRUE -> ISC_TRUE --- diff --git a/lib/dns/zone.c b/lib/dns/zone.c index c0b33375ed8..79187790792 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -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);