fix "delete CIDR"

This commit is contained in:
Igor Sysoev 2008-12-02 15:02:36 +00:00
parent 14ecd8ab01
commit 84b7651ac2

View File

@ -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,
"no network \"%V\" to delete", net);
return NGX_CONF_OK;
}
return NGX_CONF_OK;
}
}