SecureSMTPClientSession bugfix: save hostname for cert validation

This commit is contained in:
Guenter Obiltschnig
2014-05-12 16:01:56 +02:00
parent e4484db61e
commit 2341a1d236
2 changed files with 6 additions and 2 deletions

View File

@@ -86,6 +86,9 @@ public:
///
/// Returns true if the STARTTLS command was successful,
/// false otherwise.
private:
std::string _host;
};