mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
sensible default for checkInPacketSize
This commit is contained in:
parent
769205253f
commit
a1747725d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue