Buckets: Be able to place fluids through other fluids. (#4331)
This commit is contained in:
@@ -323,7 +323,7 @@ cTCPLink::cCallbacksPtr cServer::OnConnectionAccepted(const AString & a_RemoteIP
|
||||
NewHandle->SetSelf(NewHandle);
|
||||
cCSLock Lock(m_CSClients);
|
||||
m_Clients.push_back(NewHandle);
|
||||
return NewHandle;
|
||||
return std::move(NewHandle);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user