summaryrefslogtreecommitdiff
path: root/indra/llmessage/llavatarnamecache.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-28 09:59:47 -0700
committerJames Cook <james@lindenlab.com>2010-05-28 09:59:47 -0700
commitb944a4792762bf61b7837a29c8580c9823c9670b (patch)
tree8657e552bbbe5f2880c358a01759f0a6bbf5f167 /indra/llmessage/llavatarnamecache.cpp
parent3bbb622731b2a6a29fc6576dcf4885527d813699 (diff)
DEV-50013 Script memory floater uses usernames
Diffstat (limited to 'indra/llmessage/llavatarnamecache.cpp')
-rw-r--r--indra/llmessage/llavatarnamecache.cpp2
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));
}