comparison src/http/modules/ngx_http_dav_module.c @ 7331:bb40db0e380d

Dav: removed dead store after 8e7a5de61664. Found by Clang Static Analyzer.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 02 Aug 2018 13:19:48 +0300
parents 8e7a5de61664
children c1a7d3672653
comparison
equal deleted inserted replaced
7330:8e7a5de61664 7331:bb40db0e380d
839 } 839 }
840 840
841 return NGX_HTTP_INTERNAL_SERVER_ERROR; 841 return NGX_HTTP_INTERNAL_SERVER_ERROR;
842 } 842 }
843 843
844 dlcf = ngx_http_get_module_loc_conf(r, ngx_http_dav_module);
845
846 cf.size = ngx_file_size(&fi); 844 cf.size = ngx_file_size(&fi);
847 cf.buf_size = 0; 845 cf.buf_size = 0;
848 cf.access = ngx_file_access(&fi); 846 cf.access = ngx_file_access(&fi);
849 cf.time = ngx_file_mtime(&fi); 847 cf.time = ngx_file_mtime(&fi);
850 cf.log = r->connection->log; 848 cf.log = r->connection->log;