mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Remove long redundant comment about needing to supply a binddn (ex bug 75990) r/sr=dmose over irc.
This commit is contained in:
parent
b1c32b67f4
commit
ef23c74837
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user