mirror of
https://github.com/nginx/nginx.git
synced 2025-07-31 18:46:15 +08:00
fix "delete CIDR"
This commit is contained in:
parent
14ecd8ab01
commit
84b7651ac2
@ -666,8 +666,9 @@ ngx_http_geo_cidr(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,
|
|||||||
{
|
{
|
||||||
ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
|
ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
|
||||||
"no network \"%V\" to delete", net);
|
"no network \"%V\" to delete", net);
|
||||||
return NGX_CONF_OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return NGX_CONF_OK;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user