# HG changeset patch # User Sergey Kandaurov # Date 1533205188 -10800 # Node ID bb40db0e380db57c6036c61d8ace641a59bccc75 # Parent 8e7a5de61664d5e152d83ecb5d06c635387e0e4b Dav: removed dead store after 8e7a5de61664. Found by Clang Static Analyzer. diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c --- 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);