Skip to content

Commit 0a25b9e

Browse files
Update indra/llcorehttp/llwebsocketmgr.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 04de253 commit 0a25b9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

indra/llcorehttp/llwebsocketmgr.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,7 @@ void LLWebsocketMgr::WSServer::handleOpenConnection(const connection_h& handle)
592592
{
593593
LL_WARNS("WebSocket") << mServerName << " failed to create connection object" << LL_ENDL;
594594
return;
595-
}
596-
mConnections[handle] = connection;
595+
// Removed redundant assignment to mConnections[handle]
597596
size = mConnections.size();
598597
}
599598

0 commit comments

Comments
 (0)