Fix style issue
This commit is contained in:
@@ -40,9 +40,7 @@ namespace DearFTP
|
||||
Logger.Log("DearFTP started");
|
||||
Logger.Log();
|
||||
|
||||
int implicitFtpsPort = Configuration.Server.ImplicitFtpsPort;
|
||||
|
||||
if (implicitFtpsPort != 0)
|
||||
if (Configuration.Server.ImplicitFtpsPort != 0)
|
||||
{
|
||||
Task.Run(() => FtpsTcpLoop());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user