mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +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
|
// construct the DS check in packet if we need to
|
||||||
static unsigned char* checkInPacket = NULL;
|
static unsigned char* checkInPacket = NULL;
|
||||||
static int checkInPacketSize;
|
static int checkInPacketSize = 0;
|
||||||
|
|
||||||
const int IP_ADDRESS_BYTES = 4;
|
const int IP_ADDRESS_BYTES = 4;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue