From: Christophe Jaillet Date: Mon, 30 May 2016 20:22:37 +0000 (+0000) Subject: Fix r1746183 X-Git-Tag: 2.5.0-alpha~1548 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd3114600e031d785a3208b77a7318f2e01d4409;p=thirdparty%2Fapache%2Fhttpd.git Fix r1746183 (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/trunk@1746193 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_util.h b/modules/http2/h2_util.h index b6428d28312..61ffdbcbea6 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)