2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

1913. [func] Integrate contibuted DLZ code into named. [RT #11382]

This commit is contained in:
Mark Andrews
2005-09-05 00:12:29 +00:00
parent 78f70e0b75
commit 03e200df5d
52 changed files with 15461 additions and 132 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.118 2005/08/23 02:36:10 marka Exp $ */
/* $Id: parser.c,v 1.119 2005/09/05 00:11:05 marka Exp $ */
/*! \file */
@@ -1087,7 +1087,6 @@ cfg_print_spacelist(cfg_printer_t *pctx, cfg_obj_t *obj) {
}
}
isc_boolean_t
cfg_obj_islist(cfg_obj_t *obj) {
REQUIRE(obj != NULL);