From: Christophe Jaillet Date: Mon, 30 May 2016 20:25:23 +0000 (+0000) Subject: Fix r1746184 X-Git-Tag: 2.4.21~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27f92679192bf1d96ea6b0ee5e9db61b6e028ea2;p=apache Fix r1746184 (when you rename a parameter, make sure to update places where it is used...) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1746197 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_util.h b/modules/http2/h2_util.h index b6428d2831..61ffdbcbea 100644 --- a/modules/http2/h2_util.h +++ b/modules/http2/h2_util.h @@ -386,7 +386,7 @@ do { \ apr_size_t len, bmax = sizeof(buffer)/sizeof(buffer[0]); \ len = h2_util_bb_print(buffer, bmax, (tag), "", (bb)); \ ap_log_cerror(APLOG_MARK, level, 0, (c), "bb_dump(%ld-%d): %s", \ - (c)->id, (int)(i), (len? buffer : line)); \ + (c)->id, (int)(sid), (len? buffer : line)); \ } while(0)