Merge branch 'L1-Prod' into session_changes

This commit is contained in:
Manoj Ampalam 2016-10-18 21:58:02 -07:00
commit 1f3c6ff246
1 changed files with 1 additions and 0 deletions

View File

@ -1003,6 +1003,7 @@ w32_gethostname(char *name_utf8, size_t len) {
// memcpy(name_utf8, tmp_name_utf8, strlen(tmp_name_utf8) + 1);
// free(tmp_name_utf8);
// return 0;
return gethostname(name_utf8, len);
}
else
return gethostname(name_utf8, len);