details: http://freenginx.org/hg/nginx/rev/1370957bd7d7
branches:
changeset: 9443:1370957bd7d7
user: Maxim Dounin <[email protected]>
date: Sun Dec 14 01:10:58 2025 +0300
description:
GeoIP: added missing empty line.
diffstat:
src/http/modules/ngx_http_geoip_module.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff --git a/src/http/modules/ngx_http_geoip_module.c
b/src/http/modules/ngx_http_geoip_module.c
--- a/src/http/modules/ngx_http_geoip_module.c
+++ b/src/http/modules/ngx_http_geoip_module.c
@@ -889,6 +889,7 @@ ngx_http_geoip_proxy(ngx_conf_t *cf, ngx
return NGX_CONF_OK;
}
+
static ngx_int_t
ngx_http_geoip_cidr_value(ngx_conf_t *cf, ngx_str_t *net, ngx_cidr_t *cidr)
{