Commit f86c11f0 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Merge branch 'patch-2' of https://github.com/acesso/nghttp2 into acesso-patch-2

parents dbd0f032 6a2e6b74
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment