]> git.kaiwu.me - nginx.git/commitdiff
GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
authorRuslan Ermilov <ru@nginx.com>
Mon, 4 Feb 2013 16:44:22 +0000 (16:44 +0000)
committerRuslan Ermilov <ru@nginx.com>
Mon, 4 Feb 2013 16:44:22 +0000 (16:44 +0000)
src/http/modules/ngx_http_geoip_module.c

index f534d9b5b6b16a3dd8d27cfc2e6d59d4cb74e870..36410651917000d93d8fadfe6c6e7d1706dbd584 100644 (file)
@@ -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;