Bug 1391542 - Port bug 1388925: Add TLS flags parameter in call to nsTLSSocketProvider::AddToSocket. rs=bustage-fix

This commit is contained in:
Jorg K 2017-08-18 09:03:38 +02:00
Родитель 7707372302
Коммит c50ed1055c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -178,7 +178,7 @@ nsLDAPSSLConnect(const char *hostlist, int defport, int timeout,
defport,
nullptr,
mozilla::OriginAttributes(),
0,
0, 0,
socketInfo.soinfo_prfd,
getter_AddRefs(securityInfo));
if (NS_FAILED(rv)) {