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

mark rrset-order as unimplemented [RT #1561]

This commit is contained in:
Andreas Gustafsson
2001-08-02 23:36:23 +00:00
parent a59a1d313a
commit 5c213fcd1d

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.67 2001/07/31 20:07:48 gson Exp $ */
/* $Id: parser.c,v 1.68 2001/08/02 23:36:23 gson Exp $ */
#include <config.h>
@@ -829,7 +829,7 @@ options_clauses[] = {
{ "port", &cfg_type_uint32, 0 },
{ "random-device", &cfg_type_qstring, 0 },
{ "recursive-clients", &cfg_type_uint32, 0 },
{ "rrset-order", &cfg_type_rrsetorder, 0 },
{ "rrset-order", &cfg_type_rrsetorder, CFG_CLAUSEFLAG_NOTIMP },
{ "serial-queries", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE },
{ "serial-query-rate", &cfg_type_uint32, 0 },
{ "stacksize", &cfg_type_size, 0 },