Bug 1320111 - Port 1315143 to Mailnews. rs=bustage-fix CLOSED TREE
This commit is contained in:
Родитель
3a1cb8bbb4
Коммит
896f2d08cd
|
@ -174,8 +174,11 @@ nsLDAPSSLConnect(const char *hostlist, int defport, int timeout,
|
|||
// the certificate. Need to investigate.
|
||||
//
|
||||
rv = tlsSocketProvider->AddToSocket(PR_AF_INET,
|
||||
sessionClosure->hostname, defport,
|
||||
nullptr, EmptyCString(), 0,
|
||||
sessionClosure->hostname,
|
||||
defport,
|
||||
nullptr,
|
||||
mozilla::NeckoOriginAttributes(),
|
||||
0,
|
||||
socketInfo.soinfo_prfd,
|
||||
getter_AddRefs(securityInfo));
|
||||
if (NS_FAILED(rv)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче