diff options
| author | Rider Linden <rider@lindenlab.com> | 2025-08-22 22:22:09 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2025-10-07 09:19:33 -0700 |
| commit | de65dbfcaf4a4f9d3083f014caa1fe2294952e7b (patch) | |
| tree | d0cfb48a3c7d0f64e3c31e7780ff10d3831e1863 /indra | |
| parent | e27b363a9a315a5fce53d0d036095ab33e37eee3 (diff) | |
Update indra/llcorehttp/llwebsocketmgr.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcorehttp/llwebsocketmgr.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcorehttp/llwebsocketmgr.cpp b/indra/llcorehttp/llwebsocketmgr.cpp index 9fc9027be3..0427bdab54 100644 --- a/indra/llcorehttp/llwebsocketmgr.cpp +++ b/indra/llcorehttp/llwebsocketmgr.cpp @@ -592,8 +592,7 @@ void LLWebsocketMgr::WSServer::handleOpenConnection(const connection_h& handle) { LL_WARNS("WebSocket") << mServerName << " failed to create connection object" << LL_ENDL; return; - } - mConnections[handle] = connection; + // Removed redundant assignment to mConnections[handle] size = mConnections.size(); } |
