Initialize gGetHostName
This commit is contained in:
parent
6d995214cb
commit
489597b574
|
@ -10,7 +10,7 @@
|
|||
#include <netdb.h>
|
||||
#endif
|
||||
|
||||
char* gGetHostName;
|
||||
char* gGetHostName = NULL;
|
||||
|
||||
void domain_resolution(void) {
|
||||
struct in_addr addr;
|
||||
|
|
Loading…
Reference in New Issue