From: Stefan Eissing Date: Mon, 21 Dec 2015 15:20:20 +0000 (+0000) Subject: gack, c99 mode stroke again X-Git-Tag: 2.5.0-alpha~2509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b422d0da0f12bfd6126ac725d9ac1649f877b98b;p=apache gack, c99 mode stroke again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721189 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/mod_http2.c b/modules/http2/mod_http2.c index 8d4cce4346..b58ed13419 100644 --- a/modules/http2/mod_http2.c +++ b/modules/http2/mod_http2.c @@ -225,7 +225,9 @@ static int h2_h2_fixups(request_rec *r) { if (r->connection->master) { h2_ctx *ctx = h2_ctx_rget(r); - for (int i = 0; ctx && i < H2_ALEN(H2_VARS); ++i) { + int i; + + for (i = 0; ctx && i < H2_ALEN(H2_VARS); ++i) { h2_var_def *vdef = &H2_VARS[i]; if (vdef->subprocess) { apr_table_setn(r->subprocess_env, vdef->name,