mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 11:26:50 +00:00
style fix
This commit is contained in:
parent
d2d6bd5af6
commit
19b093f23b
1 changed files with 1 additions and 3 deletions
|
|
@ -239,9 +239,7 @@ ngx_http_dav_put_handler(ngx_http_request_t *r)
|
|||
|
||||
#if !(NGX_WIN32)
|
||||
|
||||
if (ngx_change_file_access(temp->data, dlcf->access)
|
||||
== NGX_FILE_ERROR)
|
||||
{
|
||||
if (ngx_change_file_access(temp->data, dlcf->access) == NGX_FILE_ERROR) {
|
||||
err = ngx_errno;
|
||||
not_found = NGX_HTTP_INTERNAL_SERVER_ERROR;
|
||||
failed = ngx_change_file_access_n;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue