]> git.kaiwu.me - nginx.git/commit
Removed surplus initializations from ngx_conf_set_path_slot().
authorValentin Bartenev <vbart@nginx.com>
Mon, 16 Sep 2013 14:49:22 +0000 (18:49 +0400)
committerValentin Bartenev <vbart@nginx.com>
Mon, 16 Sep 2013 14:49:22 +0000 (18:49 +0400)
commiteb10d8f71ec237d77fc5dec58917087700661eb0
treef23881b10b803badd20dcae8b2a4aa2e0d465f03
parentf0fbcaf098680c885faf4561f4059d77424a19a6
Removed surplus initializations from ngx_conf_set_path_slot().

An instance of ngx_path_t is already zeroed by ngx_pcalloc().
src/core/ngx_file.c