Fixed argument to handshake().
This commit is contained in:
parent
2afe340b7b
commit
2e4bdab704
@ -487,7 +487,7 @@ void SMTPConnection::startTLS()
|
||||
shared_ptr <tls::TLSSocket> tlsSocket =
|
||||
tlsSession->getSocket(m_socket);
|
||||
|
||||
tlsSocket->handshake(m_timeoutHandler);
|
||||
tlsSocket->handshake();
|
||||
|
||||
m_socket = tlsSocket;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user