* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: query.c,v 1.372 2011/10/12 23:09:35 marka Exp $ */
+/* $Id: query.c,v 1.373 2011/10/12 23:46:33 tbox Exp $ */
/*! \file */
return (ISC_FALSE);
}
- /*
- * Lookup the requested data in the redirect zone.
- */
+ /*
+ * Lookup the requested data in the redirect zone.
+ */
result = dns_db_findext(db, client->query.qname, dbversion->version,
qtype, 0, client->now, &node, found, &cm, &ci,
&trdataset, NULL);
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.634 2011/10/12 00:10:20 marka Exp $ */
+/* $Id: zone.c,v 1.635 2011/10/12 23:46:34 tbox Exp $ */
/*! \file */
LOCK_ZONE(zone->raw);
if (zone->raw->db != NULL)
zone_send_securedb(zone->raw, zone->raw->db);
- else
+ else
DNS_ZONE_SETFLAG(zone->raw, DNS_ZONEFLG_SENDSECURE);
UNLOCK_ZONE(zone->raw);
}