mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
use pool instead of ngx_conf_t
This commit is contained in:
@@ -1368,7 +1368,7 @@ ngx_mail_auth_http(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
||||
u.url.data += 7;
|
||||
}
|
||||
|
||||
if (ngx_parse_url(cf, &u) != NGX_OK) {
|
||||
if (ngx_parse_url(cf->pool, &u) != NGX_OK) {
|
||||
if (u.err) {
|
||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
||||
"%s in auth_http \"%V\"", u.err, &u.url);
|
||||
|
||||
Reference in New Issue
Block a user