fixes for FTPSClientSession

This commit is contained in:
Günter Obiltschnig
2020-01-23 13:29:54 +01:00
parent a106dcbf80
commit 878b8bbeca
20 changed files with 750 additions and 327 deletions

View File

@@ -72,7 +72,9 @@ void handleDataSSLrequest(DialogSocket& ds, bool ssl, Session::Ptr& sslSession)
ds = sss;
}
}
catch (Exception&) {
catch (Exception& exc)
{
std::cout << exc.displayText() << std::endl;
}
}
}