mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 23:39:26 +02:00
move icePacket before send to ice server
This commit is contained in:
parent
e6f1fef6e4
commit
acd8b610a6
1 changed files with 1 additions and 1 deletions
|
@ -872,7 +872,7 @@ void LimitedNodeList::sendPacketToIceServer(PacketType::Value packetType, const
|
|||
<< uuidStringWithoutCurlyBraces(peerID);
|
||||
}
|
||||
|
||||
sendPacket(icePacket, iceServerSockAddr);
|
||||
sendPacket(std::move(icePacket), iceServerSockAddr);
|
||||
}
|
||||
|
||||
void LimitedNodeList::putLocalPortIntoSharedMemory(const QString key, QObject* parent, quint16 localPort) {
|
||||
|
|
Loading…
Reference in a new issue