From 8cbec8dd34a60754bb5d3f24a57094cef2e590db Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sun, 2 May 2021 15:12:08 +0200 Subject: [PATCH] Encode this... --- indra/llmessage/llcachename.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llmessage/llcachename.cpp b/indra/llmessage/llcachename.cpp index 851bdb41af..50bba94d4c 100644 --- a/indra/llmessage/llcachename.cpp +++ b/indra/llmessage/llcachename.cpp @@ -890,11 +890,11 @@ void LLCacheName::Impl::processPendingReplies() { if (reply->mIsGroup) { - (reply->mSignal)(reply->mID, "(???)", true); + (reply->mSignal)(reply->mID, "(\?\?\?)", true); } else { - (reply->mSignal)(reply->mID, "(???).(???)", false); + (reply->mSignal)(reply->mID, "(\?\?\?).(\?\?\?)", false); } // Assuming we don't need to send a reply to the simulator