commit | 9db2eddd8ad9da27a68e4551fbb78ccd79470b6c | [log] [tgz] |
---|---|---|
author | Vladimir Homutov <vl@nginx.com> | Mon Jun 03 16:54:28 2013 +0400 |
committer | Vladimir Homutov <vl@nginx.com> | Mon Jun 03 16:54:28 2013 +0400 |
tree | 9af48557f03d2e41ef23ca756ac9b7e9bed1d86a | |
parent | 43b2e07b963e2e4a9d9cbc0be6d858544bb2561f [diff] |
Core: fixed stderr redirection on win32 in ngx_reopen_files(). On win32 stderr was not redirected into a file specified by "error_log" while reopening files. Fix is to use platform-independent functions to work with stderr, as already used by ngx_init_cycle() and main() since rev. d8316f307b6a.