From: Francis Dupont Date: Mon, 16 Jan 2017 13:05:41 +0000 (+0100) Subject: [master] typo (required regen) X-Git-Tag: trac5112_base~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dae87dec98a5a4e247ab0ae67956bd7fd237b359;p=thirdparty%2Fkea.git [master] typo (required regen) --- diff --git a/src/bin/dhcp4/dhcp4_lexer.ll b/src/bin/dhcp4/dhcp4_lexer.ll index f79c0e318f..7986a2545b 100644 --- a/src/bin/dhcp4/dhcp4_lexer.ll +++ b/src/bin/dhcp4/dhcp4_lexer.ll @@ -1019,7 +1019,7 @@ ControlCharacterFill [^"\\]|\\{JSONEscapeSequence} /* dhcp-ddns value keywords are case insensitive */ if ((driver.ctx_ == isc::dhcp::Parser4Context::NCR_PROTOCOL) || ((driver.ctx_ == isc::dhcp::Parser4Context::DHCP_SOCKET_TYPE) && - (yytext == "\"udp\"")) { + (yytext == "\"udp\""))) { return isc::dhcp::Dhcp4Parser::make_UDP(driver.loc_); } std::string tmp(yytext+1);