diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-10-26 16:06:11 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-10-26 16:06:11 +0000 |
| commit | f10b4e07a562f967c5de4d9e65f2a023dd2e7ada (patch) | |
| tree | 29ba25e40ca4445ec3899caa71380f6979230c14 /src/http/modules/ngx_http_geo_module.c | |
| parent | f7f963d7792fdf19ad11888d3a3e7460ea88dfd0 (diff) | |
| download | nginx-f10b4e07a562f967c5de4d9e65f2a023dd2e7ada.tar.gz nginx-f10b4e07a562f967c5de4d9e65f2a023dd2e7ada.tar.bz2 | |
merge r2920, r2934, r3116, r3119:
style fixes
Diffstat (limited to 'src/http/modules/ngx_http_geo_module.c')
| -rw-r--r-- | src/http/modules/ngx_http_geo_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_geo_module.c b/src/http/modules/ngx_http_geo_module.c index a38985632..e6fd67a28 100644 --- a/src/http/modules/ngx_http_geo_module.c +++ b/src/http/modules/ngx_http_geo_module.c @@ -864,7 +864,7 @@ ngx_http_geo_cidr(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx, /* rc == NGX_BUSY */ - old = (ngx_http_variable_value_t *) + old = (ngx_http_variable_value_t *) ngx_radix32tree_find(ctx->tree, cidr.u.in.addr & cidr.u.in.mask); ngx_conf_log_error(NGX_LOG_WARN, cf, 0, |
