From: Ruslan Ermilov Date: Mon, 4 Feb 2013 16:44:22 +0000 (+0000) Subject: GeoIP: removed pseudo-support of "proxy" and "netspeed" databases. X-Git-Tag: release-1.3.12~2 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=75e5d13ec6b900ea01c044cb4147126bf237a5c9;p=nginx.git GeoIP: removed pseudo-support of "proxy" and "netspeed" databases. --- diff --git a/src/http/modules/ngx_http_geoip_module.c b/src/http/modules/ngx_http_geoip_module.c index f534d9b5b..364106519 100644 --- a/src/http/modules/ngx_http_geoip_module.c +++ b/src/http/modules/ngx_http_geoip_module.c @@ -705,8 +705,6 @@ ngx_http_geoip_country(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) switch (gcf->country->databaseType) { case GEOIP_COUNTRY_EDITION: - case GEOIP_PROXY_EDITION: - case GEOIP_NETSPEED_EDITION: return NGX_CONF_OK;