at startup which could result in runtime
exceptions when printing "out of memory" errors.
[RT #2335]
(The named-checkconf.c change was not pulled up; it is not applicable
to the 9.2 branch because the 9.2 named-checkconf.c does not link
with libdns)
for clients that are supplied recursive service.
[RT #2260]
+1175. [bug] named-checkzone failed to call dns_result_register()
+ at startup which could result in runtime
+ exceptions when printing "out of memory" errors.
+ [RT #2335]
+
1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
1164. [bug] Empty masters clauses in slave / stub zones were not
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: named-checkzone.c,v 1.13 2001/06/29 01:04:59 gson Exp $ */
+/* $Id: named-checkzone.c,v 1.13.2.1 2002/01/22 23:34:56 gson Exp $ */
#include <config.h>
dns_log_setcontext(lctx);
}
+ dns_result_register();
+
origin = argv[isc_commandline_index++];
filename = argv[isc_commandline_index++];
result = setup(origin, filename, classname);