Bug 1320111 - Port 1315143 to Mailnews. rs=bustage-fix CLOSED TREE

This commit is contained in:
Jorg K 2016-11-24 20:45:32 +01:00
Родитель 3a1cb8bbb4
Коммит 896f2d08cd
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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)) {