fix range deletion
Igor Sysoev
13 years ago
1 changed file(s) with
3 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-0
src/http/modules/ngx_http_geo_module.c
less
more
698
698
{
699
699
ngx_memcpy(&range[i], &range[i + 1],
700
700
(a->nelts - 1 - i) * sizeof(ngx_http_geo_range_t));
701
702
a->nelts--;
703
701
704
break;
702
705
}
703
706