]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1304] regen files
authorFrancis Dupont <fdupont@isc.org>
Sun, 13 Sep 2020 20:21:03 +0000 (20:21 +0000)
committerFrancis Dupont <fdupont@isc.org>
Sun, 13 Sep 2020 20:21:03 +0000 (20:21 +0000)
src/bin/agent/agent_lexer.cc

index 904e64d855067f6bb384b99520c8a7ab2fce72d0..0462e93fbb70a7bf66c8ba75cedef38a01a7bab6 100644 (file)
@@ -2086,7 +2086,7 @@ YY_RULE_SETUP
     case ParserContext::AUTHENTICATION:
         return AgentParser::make_REALM(driver.loc_);
     default:
-        return AgentParser::make_STRING("authentication", driver.loc_);
+        return AgentParser::make_STRING("realm", driver.loc_);
     }
 }
        YY_BREAK