remove call to NodeListPacket in NodeList

This commit is contained in:
Stephen Birarda 2015-07-06 17:23:48 -07:00
parent 453f8605c0
commit 76fb120f67

View file

@ -329,7 +329,7 @@ void NodeList::sendDomainServerCheckIn() {
}
auto domainPacket = NodeListPacket::create(domainPacketType);
auto domainPacket { NLPacket::create(domainPacketType); }
QDataStream packetStream(&domainPacket->getPayload);
if (domainPacketType == PacketType::DomainConnectRequest) {