commit | 84b7651ac25eb02d4694e8f2757fde5b6a3988c7 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 02 15:02:36 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 02 15:02:36 2008 +0000 |
tree | f3786da837a954e76478e688293224af901f67c8 | |
parent | 14ecd8ab01fa9037fdcf18946d2a7814227d519f [diff] |
fix "delete CIDR"
diff --git a/src/http/modules/ngx_http_geo_module.c b/src/http/modules/ngx_http_geo_module.c index bba399f..4c2b679 100644 --- a/src/http/modules/ngx_http_geo_module.c +++ b/src/http/modules/ngx_http_geo_module.c
@@ -666,8 +666,9 @@ { ngx_conf_log_error(NGX_LOG_WARN, cf, 0, "no network \"%V\" to delete", net); - return NGX_CONF_OK; } + + return NGX_CONF_OK; } }