From: Automatic source maintenance Date: Fri, 1 Jul 2011 00:12:34 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~55^2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ecba5b61f177ec2f86f3e75f9696f1f8ff29fcd;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/http.cc b/src/http.cc index 26722ffafb..d1b587733b 100644 --- a/src/http.cc +++ b/src/http.cc @@ -2103,7 +2103,7 @@ HttpStateData::sendRequest() flags.keepalive = 1; if (_peer) { - /*The old code here was + /*The old code here was if (neighborType(_peer, request) == PEER_SIBLING && ... which is equivalent to: if (neighborType(_peer, NULL) == PEER_SIBLING && ...