]> granicus.if.org Git - apache/commitdiff
Fix r1746184
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 30 May 2016 20:25:23 +0000 (20:25 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 30 May 2016 20:25:23 +0000 (20:25 +0000)
(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

modules/http2/h2_util.h

index b6428d2831251b6564ed126651bb840a741c2408..61ffdbcbea6a7a4ceebe8e6c85602984b9cd95c3 100644 (file)
@@ -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)