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

rrset-order wants braces around its list

This commit is contained in:
Andreas Gustafsson
2001-02-16 02:57:40 +00:00
parent d0749d582e
commit be7c0682f7

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.6 2001/02/16 02:43:30 gson Exp $ */
/* $Id: parser.c,v 1.7 2001/02/16 02:57:40 gson Exp $ */
#include <config.h>
@@ -654,8 +654,8 @@ static cfg_type_t cfg_type_bracketed_sockaddrlist = {
};
static cfg_type_t cfg_type_rrsetorder = {
"rrsetorder", parse_list, print_list, &cfg_rep_list,
&cfg_type_rrsetorderingelement
"rrsetorder", parse_bracketed_list, print_bracketed_list,
&cfg_rep_list, &cfg_type_rrsetorderingelement
};
static keyword_type_t port_kw = { "port", &cfg_type_uint32 };