sensible default for checkInPacketSize

This commit is contained in:
Stephen Birarda 2013-07-11 12:28:29 -07:00
parent 769205253f
commit a1747725d3

View file

@ -237,7 +237,7 @@ void NodeList::sendDomainServerCheckIn() {
// construct the DS check in packet if we need to
static unsigned char* checkInPacket = NULL;
static int checkInPacketSize;
static int checkInPacketSize = 0;
const int IP_ADDRESS_BYTES = 4;