From: Francis Dupont Date: Sun, 13 Sep 2020 20:05:30 +0000 (+0200) Subject: [#1304] Checkpoint before regen (2) X-Git-Tag: Kea-1.9.0~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7782e49dadab5e14dd3c2c216da492d95c55db0c;p=thirdparty%2Fkea.git [#1304] Checkpoint before regen (2) --- diff --git a/src/bin/agent/agent_lexer.ll b/src/bin/agent/agent_lexer.ll index 37d3df9fda..6c9d390eab 100644 --- a/src/bin/agent/agent_lexer.ll +++ b/src/bin/agent/agent_lexer.ll @@ -203,7 +203,7 @@ ControlCharacterFill [^"\\]|\\{JSONEscapeSequence} \"user-context\" { switch(driver.ctx_) { case ParserContext::AGENT: - case ParserContext::AUTHENTICATION; + case ParserContext::AUTHENTICATION: case ParserContext::CLIENTS: case ParserContext::SERVER: case ParserContext::LOGGERS: @@ -216,7 +216,7 @@ ControlCharacterFill [^"\\]|\\{JSONEscapeSequence} \"comment\" { switch(driver.ctx_) { case ParserContext::AGENT: - case ParserContext::AUTHENTICATION; + case ParserContext::AUTHENTICATION: case ParserContext::CLIENTS: case ParserContext::SERVER: case ParserContext::LOGGERS: