Removed another SSL-related timeout crash
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19574 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -990,7 +990,7 @@ SMTPProtocol::SendCommand(const char *cmd)
|
|||||||
D(bug("C:%s\n", cmd));
|
D(bug("C:%s\n", cmd));
|
||||||
|
|
||||||
#ifdef USESSL
|
#ifdef USESSL
|
||||||
if (use_ssl) {
|
if (use_ssl && ssl) {
|
||||||
if (SSL_write(ssl,cmd,::strlen(cmd)) < 0)
|
if (SSL_write(ssl,cmd,::strlen(cmd)) < 0)
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user