summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-12-22 20:36:08 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-12-22 20:36:08 +0000
commit346f2b72fdf7d46f1a486b964b2845872c952aa5 (patch)
tree64720598e5c7e388dd82c4d01539af236e095de8
parentb9d68cb7e40d4441ed3655ae2d3e349cdcfa8fcb (diff)
downloadhttpd-346f2b72fdf7d46f1a486b964b2845872c952aa5.tar.gz
Delete gratuitous delta between 2.3-dev and 2.2.x branch.
No effective code change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x-merge-http-strict@1775728 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--server/protocol.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/protocol.c b/server/protocol.c
index f078b2f2e4..41fbbb765f 100644
--- a/server/protocol.c
+++ b/server/protocol.c
@@ -222,9 +222,8 @@ AP_DECLARE(apr_status_t) ap_rgetline_core(char **s, apr_size_t n,
* against APR_ASCII_LF at the end of the loop if bb only contains
* zero-length buckets.
*/
- if (last_char) {
+ if (last_char)
*last_char = '\0';
- }
for (;;) {
apr_brigade_cleanup(bb);