diff src/core/ngx_file.c @ 1352:e958b3cab51a

--sysconfdir=DIR
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 18:05:45 +0000
parents 345d2095a6d5
children 8c4532a48b0a
line wrap: on
line diff
--- 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, n
         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;
     }