From dd3114600e031d785a3208b77a7318f2e01d4409 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 30 May 2016 20:22:37 +0000 Subject: [PATCH] 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 --- modules/http2/h2_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1