mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-10 16:37:43 +01:00
fixes for FTPSClientSession
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user