From: Jeff Trawick Date: Wed, 10 Mar 2010 11:02:00 +0000 (+0000) Subject: style nit (fix the one unaligned "=" out of fifteen) X-Git-Tag: 2.3.6~382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8643541c50a73678eaba9ae09dbe2c2bf0541c3;p=thirdparty%2Fapache%2Fhttpd.git style nit (fix the one unaligned "=" out of fifteen) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921302 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index ef4c4b76595..7b5c9b922de 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -1116,7 +1116,7 @@ AP_DECLARE(void) ap_set_sub_req_protocol(request_rec *rnew, rnew->status = HTTP_OK; - rnew->headers_in = apr_table_copy(rnew->pool, r->headers_in); + rnew->headers_in = apr_table_copy(rnew->pool, r->headers_in); /* did the original request have a body? (e.g. POST w/SSI tags) * if so, make sure the subrequest doesn't inherit body headers