Encode this...

master
Ansariel 2021-05-02 15:12:08 +02:00
parent 50f5ca755f
commit 8cbec8dd34
1 changed files with 2 additions and 2 deletions

View File

@ -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