aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_file.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-29 18:05:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-29 18:05:45 +0000
commita1df416d65167dcb6e472ae11a00ef67e770acec (patch)
treee38ad917e9c597f9748ef5fc14c21a59d62bb42e /src/core/ngx_file.c
parent005124201368a111c85f377bf8636cd161308901 (diff)
downloadnginx-a1df416d65167dcb6e472ae11a00ef67e770acec.tar.gz
nginx-a1df416d65167dcb6e472ae11a00ef67e770acec.zip
--sysconfdir=DIR
Diffstat (limited to 'src/core/ngx_file.c')
-rw-r--r--src/core/ngx_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_file.c b/src/core/ngx_file.c
index fcb8ff080..f85578623 100644
--- a/src/core/ngx_file.c
+++ b/src/core/ngx_file.c
@@ -260,7 +260,7 @@ ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
path->name.len--;
}
- if (ngx_conf_full_name(cf->cycle, &path->name) == NGX_ERROR) {
+ if (ngx_conf_full_name(cf->cycle, &path->name, 0) == NGX_ERROR) {
return NULL;
}