mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Initialize gGetHostName
This commit is contained in:
parent
6d995214cb
commit
489597b574
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
char* gGetHostName;
|
||||
char* gGetHostName = NULL;
|
||||
|
||||
void domain_resolution(void) {
|
||||
struct in_addr addr;
|
||||
|
|
Loading…
Reference in a new issue