mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
net_ws: fix possible garabe in return value due to uninitialized value
This commit is contained in:
parent
847be54457
commit
66d1a632a7
@ -413,7 +413,7 @@ int NET_GetHostByName( const char *hostname )
|
||||
#ifdef HAVE_GETADDRINFO
|
||||
struct addrinfo *ai = NULL, *cur;
|
||||
struct addrinfo hints;
|
||||
int ip;
|
||||
int ip = 0;
|
||||
|
||||
memset( &hints, 0, sizeof( hints ));
|
||||
hints.ai_family = AF_INET;
|
||||
|
Loading…
x
Reference in New Issue
Block a user