socketBase: Initialize state

This commit is contained in:
Nick Renieris 2022-06-25 03:48:33 +03:00
parent d1e4466fba
commit 733f239d68
1 changed files with 2 additions and 2 deletions

View File

@ -32,9 +32,9 @@ class SocketBase {
const char *sock_ip;
u16 port;
u8 socket_log_state;
u8 socket_log_state = SOCKET_LOG_UNINITIALIZED;
s32 socket_log_socket;
int sock_flags;
};