Remove long redundant comment about needing to supply a binddn (ex bug 75990) r/sr=dmose over irc.

This commit is contained in:
bugzilla%standard8.demon.co.uk 2005-10-31 19:42:21 +00:00
Родитель 8fa90ca2b1
Коммит 384b370204
1 изменённых файлов: 0 добавлений и 2 удалений

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

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