mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-13 14:45:36 +02:00
SecureSMTPClientSession bugfix: save hostname for cert validation
This commit is contained in:
@@ -86,6 +86,9 @@ public:
|
||||
///
|
||||
/// Returns true if the STARTTLS command was successful,
|
||||
/// false otherwise.
|
||||
|
||||
private:
|
||||
std::string _host;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user