temporary removal of DS packet optimization for NodeList dynamism

This commit is contained in:
Stephen Birarda 2013-09-18 17:56:45 -07:00
parent 3b976500ce
commit de276eff00

View file

@ -304,8 +304,8 @@ void NodeList::sendDomainServerCheckIn(const char* assignmentUUID) {
printedDomainServerIP = true;
}
static unsigned char* checkInPacket = NULL;
static int checkInPacketSize = 0;
unsigned char* checkInPacket = NULL;
int checkInPacketSize = 0;
// construct the DS check in packet if we need to
if (!checkInPacket) {