зеркало из https://github.com/mozilla/pjs.git
Remove long redundant comment about needing to supply a binddn (ex bug 75990) r/sr=dmose over irc.
This commit is contained in:
Родитель
8fa90ca2b1
Коммит
384b370204
|
@ -764,8 +764,6 @@ nsLDAPService::EstablishConnection(nsLDAPServiceEntry *aEntry,
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
// Here we need to provide the binddn, see bug #75990
|
||||
//
|
||||
rv = conn->Init(host.get(), port,
|
||||
(options & nsILDAPURL::OPT_SECURE) ? PR_TRUE : PR_FALSE,
|
||||
binddn, this, nsnull, protocolVersion);
|
||||
|
|
Загрузка…
Ссылка в новой задаче