diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-03-16 11:08:08 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-16 11:08:08 +0000 |
commit | f2a8affd7ea513d4e730d63ce2a3e5d896be0633 (patch) | |
tree | 335ca4807c87540b64e457115cb1511cd83ff233 /src/http/modules/ngx_http_auth_basic_module.c | |
parent | 8f13bccab4774bb6a70e3a577d1e4a34e94ae197 (diff) | |
download | nginx-f2a8affd7ea513d4e730d63ce2a3e5d896be0633.tar.gz nginx-f2a8affd7ea513d4e730d63ce2a3e5d896be0633.zip |
delete unneeded variable
Diffstat (limited to 'src/http/modules/ngx_http_auth_basic_module.c')
-rw-r--r-- | src/http/modules/ngx_http_auth_basic_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_auth_basic_module.c b/src/http/modules/ngx_http_auth_basic_module.c index 7506f7fbe..b288d95dc 100644 --- a/src/http/modules/ngx_http_auth_basic_module.c +++ b/src/http/modules/ngx_http_auth_basic_module.c @@ -470,11 +470,8 @@ ngx_http_auth_basic_user_file(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) ngx_str_t *value; ngx_uint_t n; - ngx_http_core_loc_conf_t *clcf; ngx_http_script_compile_t sc; - clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module); - if (alcf->user_file.data) { return "is duplicate"; } |