From: Source Maintenance Date: Fri, 17 Jun 2016 18:12:11 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_12~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1562cfc0090ca2f2c332257bcee9bf88106dee05;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/servers/FtpServer.cc b/src/servers/FtpServer.cc index 2ac9f19987..2e6e32cba1 100644 --- a/src/servers/FtpServer.cc +++ b/src/servers/FtpServer.cc @@ -1737,7 +1737,7 @@ Ftp::Server::callException(const std::exception &e) void Ftp::Server::startWaitingForOrigin() { - if (!isOpen()) // if we are closing, nothing to do + if (!isOpen()) // if we are closing, nothing to do return; debugs(33, 5, "waiting for Ftp::Client data transfer to end");