]> granicus.if.org Git - apache/commitdiff
gack, c99 mode stroke again
authorStefan Eissing <icing@apache.org>
Mon, 21 Dec 2015 15:20:20 +0000 (15:20 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 21 Dec 2015 15:20:20 +0000 (15:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1721189 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/mod_http2.c

index 8d4cce43466ae487a5ab39c757d16c7d5d3e939e..b58ed1341997445f5a9f326ce35a5c31f90e9ae2 100644 (file)
@@ -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,