mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
sigh. checking in a better fix
This commit is contained in:
parent
7ed5654089
commit
621d3c3a6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user