comparison src/http/modules/ngx_http_auth_basic_module.c @ 1352:e958b3cab51a

--sysconfdir=DIR
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 18:05:45 +0000
parents c4f666fc3a7e
children adca43955f79
comparison
equal deleted inserted replaced
1351:9ca095d36863 1352:e958b3cab51a
350 if (conf->realm.data == NULL) { 350 if (conf->realm.data == NULL) {
351 conf->realm = prev->realm; 351 conf->realm = prev->realm;
352 } 352 }
353 353
354 if (conf->user_file.data) { 354 if (conf->user_file.data) {
355 if (ngx_conf_full_name(cf->cycle, &conf->user_file) != NGX_OK) { 355 if (ngx_conf_full_name(cf->cycle, &conf->user_file, 1) != NGX_OK) {
356 return NGX_CONF_ERROR; 356 return NGX_CONF_ERROR;
357 } 357 }
358 358
359 } else { 359 } else {
360 conf->user_file = prev->user_file; 360 conf->user_file = prev->user_file;