diff options
Diffstat (limited to 'src/bin/dhcp6/dhcp6_lexer.cc')
-rw-r--r-- | src/bin/dhcp6/dhcp6_lexer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp6/dhcp6_lexer.cc b/src/bin/dhcp6/dhcp6_lexer.cc index c9cac38afc..a43c0b7c5b 100644 --- a/src/bin/dhcp6/dhcp6_lexer.cc +++ b/src/bin/dhcp6/dhcp6_lexer.cc @@ -4116,7 +4116,7 @@ YY_RULE_SETUP { switch(driver.ctx_) { case isc::dhcp::Parser6Context::POOLS: - return isc::dhcp::Dhcp6Parser::make_POOL(driver.loc_); + return isc::dhcp::Dhcp6Parser::make_POOL_ID(driver.loc_); default: return isc::dhcp::Dhcp6Parser::make_STRING("pool-id", driver.loc_); } |