mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
add if (list)
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: server.c,v 1.625 2011/10/28 12:08:04 tbox Exp $ */
|
/* $Id: server.c,v 1.626 2011/10/29 06:22:51 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -7938,7 +7938,7 @@ ns_server_signing(ns_server_t *server, char *args, isc_buffer_t *text) {
|
|||||||
isc_buffer_putuint8(text, 0);
|
isc_buffer_putuint8(text, 0);
|
||||||
} else
|
} else
|
||||||
CHECK(result);
|
CHECK(result);
|
||||||
} else {
|
} else if (list) {
|
||||||
privatetype = dns_zone_getprivatetype(zone);
|
privatetype = dns_zone_getprivatetype(zone);
|
||||||
origin = dns_zone_getorigin(zone);
|
origin = dns_zone_getorigin(zone);
|
||||||
CHECK(dns_zone_getdb(zone, &db));
|
CHECK(dns_zone_getdb(zone, &db));
|
||||||
|
Reference in New Issue
Block a user