comparison 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
comparison
equal deleted inserted replaced
1351:9ca095d36863 1352:e958b3cab51a
258 258
259 if (path->name.data[path->name.len - 1] == '/') { 259 if (path->name.data[path->name.len - 1] == '/') {
260 path->name.len--; 260 path->name.len--;
261 } 261 }
262 262
263 if (ngx_conf_full_name(cf->cycle, &path->name) == NGX_ERROR) { 263 if (ngx_conf_full_name(cf->cycle, &path->name, 0) == NGX_ERROR) {
264 return NULL; 264 return NULL;
265 } 265 }
266 266
267 path->len = 0; 267 path->len = 0;
268 path->cleaner = (ngx_gc_handler_pt) cmd->post; 268 path->cleaner = (ngx_gc_handler_pt) cmd->post;