diff options
| -rw-r--r-- | indra/llmessage/llcachename.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp index caeaaa3be9..479efabb5f 100644 --- a/indra/llmessage/llcachename.cpp +++ b/indra/llmessage/llcachename.cpp @@ -975,6 +975,10 @@ void LLCacheName::Impl::processUUIDReply(LLMessageSystem* msg, bool isGroup)  			if (entry->mLastName.empty())  			{  				full_name = cleanFullName(entry->mFirstName); + +				//fix what we are putting in the cache +				entry->mFirstName = full_name; +				entry->mLastName = "Resident";  			}  			else  			{ | 
