]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a typo when building a TRACE8 message.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 19 Jan 2016 09:55:25 +0000 (09:55 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 19 Jan 2016 09:55:25 +0000 (09:55 +0000)
commitee4bafbbaee85dbb86389c849cbfc9f0a74e2e49
tree5201328a3eee6c056785ca409dc0bb177d16c7d7
parentb676674865c6d21ac8be76c5e6045ba115e7260d
Fix a typo when building a TRACE8 message.

'flush_upto' can never be NULL (or there would be a NULL pointer deference earlier in the code), so the alternate message can never trigger.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725456 13f79535-47bb-0310-9956-ffa450edef68
server/util_filter.c