From: Francis Dupont Date: Fri, 1 Dec 2017 10:35:36 +0000 (+0100) Subject: [5351] Fixed syntax X-Git-Tag: trac5444_base~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b97e2f204bdd75faa5d214f89d3dd24030d427bc;p=thirdparty%2Fkea.git [5351] Fixed syntax --- diff --git a/src/bin/dhcp6/dhcp6_parser.yy b/src/bin/dhcp6/dhcp6_parser.yy index 49caccc2e2..de8a416ea6 100644 --- a/src/bin/dhcp6/dhcp6_parser.yy +++ b/src/bin/dhcp6/dhcp6_parser.yy @@ -753,7 +753,6 @@ sub_hooks_library: LCURLY_BRACKET { hooks_params: hooks_param | hooks_params COMMA hooks_param - | unknown_map_entry ; hooks_param: library @@ -1947,7 +1946,7 @@ logging_params: logging_param logging_param: loggers; // "loggers", the only parameter currently defined in "Logging" object, -// is "Loggers": [ ... ]. +// is "loggers": [ ... ]. loggers: LOGGERS { ElementPtr l(new ListElement(ctx.loc2pos(@1))); ctx.stack_.back()->set("loggers", l);