mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 11:26:50 +00:00
fix number of arguments
This commit is contained in:
parent
6778476a66
commit
fc99b009bc
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ ngx_http_dav_access(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||
|
||||
lcf->access = 0700;
|
||||
|
||||
for (i = 1; i < 3; i++) {
|
||||
for (i = 1; i < cf->args->nelts; i++) {
|
||||
|
||||
p = value[i].data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue