Skip to content

Commit

Permalink
Dav: removed dead store after 8e7a5de61664.
Browse files Browse the repository at this point in the history
Found by Clang Static Analyzer.
  • Loading branch information
pluknet committed Aug 2, 2018
1 parent 04a6d9d commit a6baf5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/http/modules/ngx_http_dav_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,8 +841,6 @@ ngx_http_dav_copy_move_handler(ngx_http_request_t *r)
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);
Expand Down

0 comments on commit a6baf5e

Please sign in to comment.