From: Automatic source maintenance Date: Sun, 21 Aug 2011 00:12:49 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: take08~43^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c69ef286018e3780781430aa5d21699a353bd8a5;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/log/access_log.cc b/src/log/access_log.cc index f3df330fc6..fc77705959 100644 --- a/src/log/access_log.cc +++ b/src/log/access_log.cc @@ -276,8 +276,8 @@ HierarchyLogEntry::note(const Comm::ConnectionPointer &server, const char *reque { tcpServer = server; if (tcpServer == NULL) { - code = HIER_NONE; - xstrncpy(host, requestedHost, sizeof(host)); + code = HIER_NONE; + xstrncpy(host, requestedHost, sizeof(host)); } else { code = tcpServer->peerType;