Skip to content
Snippets Groups Projects
Commit cb8b3086 authored by Bill Curtis's avatar Bill Curtis
Browse files

fixed typo

parent c5e5af42
No related branches found
No related tags found
No related merge requests found
......@@ -3149,7 +3149,7 @@ bool process_login_success_response()
LLViewerMedia::openIDSetup(openid_url, openid_token);
}
if(response.has("max-agent-grid")) {
if(response.has("max-agent-groups")) {
std::string max_agent_groups(response["max-agent-groups"]);
gMaxAgentGroups = atoi(max_agent_groups.c_str());
LL_INFOS("LLStartup") << "gMaxAgentGroups read from login.cgi: "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment