diff options
author | Bill Curtis <bill.curtis@gmail.com> | 2010-11-19 14:01:30 -0800 |
---|---|---|
committer | Bill Curtis <bill.curtis@gmail.com> | 2010-11-19 14:01:30 -0800 |
commit | cb8b30864f08947a23379eabcac63c2ceee62f7c (patch) | |
tree | d522dfaf03ed8ac7a31b0fcae146fdb8a5bd4d45 /indra | |
parent | c5e5af4219b650db50ec72ee6a7174aad9439671 (diff) |
fixed typo
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 711240293e..50465de0e8 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -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: " |