mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
fix class rename in processConnectRequestPacket
This commit is contained in:
parent
d57c1fc2d5
commit
fe591f61cc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void DomainGatekeeper::processConnectRequestPacket(QSharedPointer<NLPacket> pack
|
|||
|
||||
QDataStream packetStream(packet.data());
|
||||
|
||||
// read a NodePacketHeader from the packet so we can pass around this data while we're inspecting it
|
||||
// read a NodeConnectionData object from the packet so we can pass around this data while we're inspecting it
|
||||
NodeConnectionData nodeConnection = NodeConnectionData::fromDataStream(packetStream, packet->getSenderSockAddr());
|
||||
|
||||
if (nodeConnection.localSockAddr.isNull() || nodeConnection.publicSockAddr.isNull()) {
|
||||
|
|
Loading…
Reference in a new issue