Initialize gGetHostName

This commit is contained in:
MysterD 2022-05-21 21:13:01 -07:00
parent 6d995214cb
commit 489597b574
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <netdb.h>
#endif
char* gGetHostName;
char* gGetHostName = NULL;
void domain_resolution(void) {
struct in_addr addr;