# HG changeset patch # User Ruslan Ermilov # Date 1359996262 0 # Node ID 795722a74254721dff6f791677feadaea8950670 # Parent 44025ae9fc6736ff5d6e062025e3e7bab37f784f GeoIP: removed pseudo-support of "proxy" and "netspeed" databases. diff -r 44025ae9fc67 -r 795722a74254 src/http/modules/ngx_http_geoip_module.c --- 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;