Browse Source

Update JackNetUnixSocket.cpp

tags/v1.9.20
ihsinme falkTX <falktx@falktx.com> 3 years ago
parent
commit
ffdb275081
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      posix/JackNetUnixSocket.cpp

+ 1
- 1
posix/JackNetUnixSocket.cpp View File

@@ -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) {


Loading…
Cancel
Save