diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2018-08-02 13:19:48 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2018-08-02 13:19:48 +0300 |
commit | a6baf5e508cad9d3561ed71a637127deb1e3f40d (patch) | |
tree | 04bc891903834a5d91e44aa53627e645d33a1508 /src | |
parent | 04a6d9d3c963f1a22e510ff9f7b0d797dffec33d (diff) | |
download | nginx-a6baf5e508cad9d3561ed71a637127deb1e3f40d.tar.gz nginx-a6baf5e508cad9d3561ed71a637127deb1e3f40d.zip |
Dav: removed dead store after 8e7a5de61664.
Found by Clang Static Analyzer.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index 2d138c15d..95c7b3299 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -841,8 +841,6 @@ overwrite_done: return NGX_HTTP_INTERNAL_SERVER_ERROR; } - dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module); - cf.size = ngx_file_size(&fi); cf.buf_size = 0; cf.access = ngx_file_access(&fi); |