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	Fri Feb 01 14:41:50 2013 +0000
+++ b/src/http/modules/ngx_http_geoip_module.c	Mon Feb 04 16:44:22 2013 +0000
@@ -705,8 +705,6 @@
     switch (gcf->country->databaseType) {
 
     case GEOIP_COUNTRY_EDITION:
-    case GEOIP_PROXY_EDITION:
-    case GEOIP_NETSPEED_EDITION:
 
         return NGX_CONF_OK;