mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
add if (list)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* 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 */
|
||||
|
||||
@@ -7938,7 +7938,7 @@ ns_server_signing(ns_server_t *server, char *args, isc_buffer_t *text) {
|
||||
isc_buffer_putuint8(text, 0);
|
||||
} else
|
||||
CHECK(result);
|
||||
} else {
|
||||
} else if (list) {
|
||||
privatetype = dns_zone_getprivatetype(zone);
|
||||
origin = dns_zone_getorigin(zone);
|
||||
CHECK(dns_zone_getdb(zone, &db));
|
||||
|
Reference in New Issue
Block a user