[patch] SSI: fixed type.
Maxim Dounin
mdounin at mdounin.ru
Thu Nov 9 14:14:47 UTC 2017
Hello!
On Fri, Oct 27, 2017 at 02:23:47AM +0800, 胡聪 (hucc) wrote:
> # HG changeset patch
> # User hucongcong <hucong.c at foxmail.com>
> # Date 1509035438 -28800
> # Fri Oct 27 00:30:38 2017 +0800
> # Node ID 0dc91aea7cd6e8398872ac3615ce1294b06e80af
> # Parent 9ef704d8563af4aff6817ab1c694fb40591f20b3
> SSI: fixed type.
>
> diff -r 9ef704d8563a -r 0dc91aea7cd6 src/http/modules/ngx_http_ssi_filter_module.c
> --- a/src/http/modules/ngx_http_ssi_filter_module.c Tue Oct 17 19:52:16 2017 +0300
> +++ b/src/http/modules/ngx_http_ssi_filter_module.c Fri Oct 27 00:30:38 2017 +0800
> @@ -1630,8 +1630,7 @@ ngx_http_ssi_evaluate_string(ngx_http_re
> u_char ch, *p, **value, *data, *part_data;
> size_t *size, len, prefix, part_len;
> ngx_str_t var, *val;
> - ngx_int_t key;
> - ngx_uint_t i, n, bracket, quoted;
> + ngx_uint_t i, n, bracket, quoted, key;
> ngx_array_t lengths, values;
> ngx_http_variable_value_t *vv;
[...]
Committed, thanks.
--
Maxim Dounin
http://mdounin.ru/
More information about the nginx-devel
mailing list