ihsinme
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
posix/JackNetUnixSocket.cpp
|
|
@@ -143,7 +143,7 @@ namespace Jack |
|
|
|
} |
|
|
|
|
|
|
|
char host_name[32]; |
|
|
|
gethostname(host_name, sizeof(host_name)); |
|
|
|
GetHostName(host_name, sizeof(host_name)); |
|
|
|
|
|
|
|
struct hostent* host = gethostbyname(host_name); |
|
|
|
if (host) { |
|
|
|