Skip to content

Commit 1f3c6ff

Browse files
committed
Merge branch 'L1-Prod' into session_changes
2 parents 122ed4b + 3920d76 commit 1f3c6ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/win32/win32compat/socketio.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ w32_gethostname(char *name_utf8, size_t len) {
10031003
// memcpy(name_utf8, tmp_name_utf8, strlen(tmp_name_utf8) + 1);
10041004
// free(tmp_name_utf8);
10051005
// return 0;
1006+
return gethostname(name_utf8, len);
10061007
}
10071008
else
10081009
return gethostname(name_utf8, len);

0 commit comments

Comments
 (0)