diff options
author | James Cook <james@lindenlab.com> | 2010-05-28 09:59:47 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-28 09:59:47 -0700 |
commit | b944a4792762bf61b7837a29c8580c9823c9670b (patch) | |
tree | 8657e552bbbe5f2880c358a01759f0a6bbf5f167 /indra/llmessage | |
parent | 3bbb622731b2a6a29fc6576dcf4885527d813699 (diff) |
DEV-50013 Script memory floater uses usernames
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/llavatarnamecache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llavatarnamecache.cpp b/indra/llmessage/llavatarnamecache.cpp index 4b41c7e5b1..0c577053a3 100644 --- a/indra/llmessage/llavatarnamecache.cpp +++ b/indra/llmessage/llavatarnamecache.cpp @@ -417,7 +417,7 @@ void LLAvatarNameCache::requestNamesViaLegacy() // invoked below. This should never happen in practice. sPendingQueue[agent_id] = now; - gCacheName->get(agent_id, false, + gCacheName->get(agent_id, false, // legacy compatibility boost::bind(&LLAvatarNameCache::legacyNameCallback, _1, _2, _3)); } |