remove accidental commit to head
This commit is contained in:
15
lib/dns/zt.c
15
lib/dns/zt.c
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zt.c,v 1.58 2011/12/09 20:47:18 marka Exp $ */
|
||||
/* $Id: zt.c,v 1.59 2011/12/10 22:09:41 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -196,19 +196,8 @@ dns_zt_attach(dns_zt_t *zt, dns_zt_t **ztp) {
|
||||
|
||||
static isc_result_t
|
||||
flush(dns_zone_t *zone, void *uap) {
|
||||
isc_result_t result = ISC_R_SUCCESS, tresult;
|
||||
dns_zone_t *raw = NULL;
|
||||
|
||||
UNUSED(uap);
|
||||
dns_zone_getraw(zone, &raw);
|
||||
if (raw != NULL) {
|
||||
result = dns_zone_flush(raw);
|
||||
dns_zone_detach(&raw);
|
||||
}
|
||||
tresult = dns_zone_flush(zone);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
result = tresult;
|
||||
return (tresult);
|
||||
return (dns_zone_flush(zone));
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user