]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1304] Checkpoint before regen (2)
authorFrancis Dupont <fdupont@isc.org>
Sun, 13 Sep 2020 20:05:30 +0000 (22:05 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sun, 13 Sep 2020 20:05:30 +0000 (22:05 +0200)
src/bin/agent/agent_lexer.ll

index 37d3df9fda3617973795326e53fa97f7bcc4f8bf..6c9d390eab9748a1e15fefc937813cdf3543baac 100644 (file)
@@ -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: