commit | c54899ddfd9d517b01e09fc3e57b497a8f019686 | [log] [tgz] |
---|---|---|
author | Vladimir Homutov <vl@nginx.com> | Thu Jul 24 16:25:07 2014 +0400 |
committer | Vladimir Homutov <vl@nginx.com> | Thu Jul 24 16:25:07 2014 +0400 |
tree | ca9b4be2a1517585ef66db1dc2ce2e25e70db07d | |
parent | 248baf4262c6957b324aad4711dfcb681d4fa23d [diff] |
Core: fixed default log initialization. The ngx_log_insert() function may invalidate pointer passed to it, so make sure to don't use it after the ngx_log_insert() call.