aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2013-02-04 16:44:22 +0000
committerRuslan Ermilov <ru@nginx.com>2013-02-04 16:44:22 +0000
commit75e5d13ec6b900ea01c044cb4147126bf237a5c9 (patch)
tree541c482bf8d10a7b5ca4dd0dba87e534bbbe7ab1
parentaad0a1dba6e05766005a60b893c53e52fb056795 (diff)
downloadnginx-75e5d13ec6b900ea01c044cb4147126bf237a5c9.tar.gz
nginx-75e5d13ec6b900ea01c044cb4147126bf237a5c9.zip
GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
-rw-r--r--src/http/modules/ngx_http_geoip_module.c2
1 files changed, 0 insertions, 2 deletions
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;