2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

1104. [bug] Invalid arguments to the transfer-format option

could cause an assertion failure. [RT #1995]
This commit is contained in:
Andreas Gustafsson
2001-11-05 18:19:46 +00:00
parent 72499be79f
commit 7e2f4ceafa
2 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.85 2001/10/26 19:35:03 gson Exp $ */
/* $Id: parser.c,v 1.86 2001/11/05 18:19:46 gson Exp $ */
#include <config.h>
@@ -926,7 +926,7 @@ view_clauses[] = {
{ "lame-ttl", &cfg_type_uint32, 0 },
{ "max-ncache-ttl", &cfg_type_uint32, 0 },
{ "max-cache-ttl", &cfg_type_uint32, 0 },
{ "transfer-format", &cfg_type_ustring, 0 },
{ "transfer-format", &cfg_type_transferformat, 0 },
{ "max-cache-size", &cfg_type_sizenodefault, 0 },
{ "max-adb-size", &cfg_type_sizenodefault, 0 },
{ "check-names", &cfg_type_checknames,