Browse Source

Update JackNetUnixSocket.cpp

pull/796/head
ihsinme GitHub 3 years ago
parent
commit
e37a5908fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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