mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
delete unneeded variable
This commit is contained in:
parent
8f13bccab4
commit
f2a8affd7e
@ -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_str_t *value;
|
||||||
ngx_uint_t n;
|
ngx_uint_t n;
|
||||||
ngx_http_core_loc_conf_t *clcf;
|
|
||||||
ngx_http_script_compile_t sc;
|
ngx_http_script_compile_t sc;
|
||||||
|
|
||||||
clcf = ngx_http_conf_get_module_loc_conf(cf, ngx_http_core_module);
|
|
||||||
|
|
||||||
if (alcf->user_file.data) {
|
if (alcf->user_file.data) {
|
||||||
return "is duplicate";
|
return "is duplicate";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user