Skip to content

Commit 90fad75

Browse files
committed
[#1304] regen files
1 parent c353ecb commit 90fad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/agent/agent_lexer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ YY_RULE_SETUP
20862086
case ParserContext::AUTHENTICATION:
20872087
return AgentParser::make_REALM(driver.loc_);
20882088
default:
2089-
return AgentParser::make_STRING("authentication", driver.loc_);
2089+
return AgentParser::make_STRING("realm", driver.loc_);
20902090
}
20912091
}
20922092
YY_BREAK

0 commit comments

Comments
 (0)