mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +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>
|
#include <netdb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
char* gGetHostName;
|
char* gGetHostName = NULL;
|
||||||
|
|
||||||
void domain_resolution(void) {
|
void domain_resolution(void) {
|
||||||
struct in_addr addr;
|
struct in_addr addr;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue