sigh. checking in a better fix

This commit is contained in:
pavlov%netscape.com 2000-07-14 00:49:27 +00:00
parent 7ed5654089
commit 621d3c3a6e

View File

@ -132,6 +132,7 @@ nsSSLIOLayerConnect(PRFileDesc *fd, const PRNetAddr *addr, PRIntervalTime timeou
if (!proxyName)
{
CMBool handshake = forceHandshake ? CM_TRUE : CM_FALSE;
// Direct connection
status = CMT_OpenSSLConnection(control,
cmsock,
@ -139,7 +140,7 @@ nsSSLIOLayerConnect(PRFileDesc *fd, const PRNetAddr *addr, PRIntervalTime timeou
PR_ntohs(addr->inet.port),
ipBuffer,
(hostName ? hostName : ipBuffer),
(CMBool)forceHandshake,
handshake,
nsnull);
}
else