]> git.kaiwu.me - nginx.git/commit
Core: removed excessive initialization in ngx_conf_set_path_slot().
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 6 Apr 2015 22:32:07 +0000 (01:32 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 6 Apr 2015 22:32:07 +0000 (01:32 +0300)
commit256082c4f85e23888c3b56fbfcd86fc63547bd87
tree5179a6b235fd53a7a16a85818c2274d8c0e8d69a
parenteed7d47930be7920ca19c55ed66f9aef794ea73d
Core: removed excessive initialization in ngx_conf_set_path_slot().

Level hierarchy is pre-zeroed in ngx_pcalloc() of the surrounding ngx_path_t.
src/core/ngx_file.c