changeset 5029:795722a74254

GeoIP: removed pseudo-support of "proxy" and "netspeed" databases.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 04 Feb 2013 16:44:22 +0000
parents 44025ae9fc67
children 89eb5932e48d
files src/http/modules/ngx_http_geoip_module.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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, n
     switch (gcf->country->databaseType) {
 
     case GEOIP_COUNTRY_EDITION:
-    case GEOIP_PROXY_EDITION:
-    case GEOIP_NETSPEED_EDITION:
 
         return NGX_CONF_OK;