Merge branch 'acesso-patch-2'

This commit is contained in:
Tatsuhiro Tsujikawa 2015-03-03 22:45:46 +09:00
commit 291c27c940
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ FILE *open_file_for_write(const char *filename) {
// We get race condition if execve is called at the same time.
if (fd != -1) {
make_socket_closeonexec(fd);
util::make_socket_closeonexec(fd);
}
#endif
if (fd == -1) {