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