From: Source Maintenance Date: Mon, 25 Jan 2016 18:12:09 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_5~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51edd95f88f867e999bd36971b27419ffe7066f1;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/clients/FtpRelay.cc b/src/clients/FtpRelay.cc index 5f1c3d7447..be381fff5f 100644 --- a/src/clients/FtpRelay.cc +++ b/src/clients/FtpRelay.cc @@ -728,7 +728,7 @@ Ftp::Relay::finalizeDataDownload() if (Ftp::Server *srv = dynamic_cast(mgr.get())) { typedef NullaryMemFunT CbDialer; AsyncCall::Pointer call = JobCallback(11, 3, CbDialer, srv, - Ftp::Server::originDataCompletionCheckpoint); + Ftp::Server::originDataCompletionCheckpoint); ScheduleCallHere(call); } } diff --git a/src/servers/FtpServer.cc b/src/servers/FtpServer.cc index 340e1eeb73..7e8da52e67 100644 --- a/src/servers/FtpServer.cc +++ b/src/servers/FtpServer.cc @@ -314,7 +314,7 @@ Ftp::Server::clientPinnedConnectionClosed(const CommCloseCbParams &io) // TODO: If the server control connection is gone, reset state to login // again. Reseting login alone is not enough: FtpRelay::sendCommand() will - // not re-login because FtpRelay::serverState() is not going to be + // not re-login because FtpRelay::serverState() is not going to be // fssConnected. Calling resetLogin() alone is also harmful because // it does not reset correctly the client-to-squid control connection (eg // respond if required with an error code, in all cases)