diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-13 10:47:26 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-13 10:47:26 +0000 |
| commit | df6115741171e98a573685b15b098d011610adc0 (patch) | |
| tree | 0199f23a86004a8ab5e4e11910e20831b941b7e7 | |
| parent | 192495e384712fee1cc63c50959404ae86e61b5a (diff) | |
| download | nginx-df6115741171e98a573685b15b098d011610adc0.tar.gz nginx-df6115741171e98a573685b15b098d011610adc0.tar.bz2 | |
r1290, r1291 merge:
style fixes
| -rw-r--r-- | src/http/modules/ngx_http_dav_module.c | 4 | ||||
| -rw-r--r-- | src/http/ngx_http_request_body.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c index 9fab59bf7..5539f6195 100644 --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -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; diff --git a/src/http/ngx_http_request_body.c b/src/http/ngx_http_request_body.c index bfdc8e443..494f48416 100644 --- a/src/http/ngx_http_request_body.c +++ b/src/http/ngx_http_request_body.c @@ -88,6 +88,7 @@ ngx_http_read_client_request_body(ngx_http_request_t *r, } post_handler(r); + return NGX_OK; } |
