fix class rename in processConnectRequestPacket

This commit is contained in:
Stephen Birarda 2015-08-24 14:54:48 -07:00
parent d57c1fc2d5
commit fe591f61cc

View file

@ -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()) {