Skip to content

Commit

Permalink
chore: delete old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rvazarkar committed Feb 6, 2024
1 parent dee2f88 commit 7d7e669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/CommonLib/LDAPUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -890,8 +890,6 @@ public IEnumerable<ISearchResultEntry> QueryLDAP(string ldapFilter, SearchScope
{
try
{
//If no one is holding this semaphore, we're the first entrant into this logic, so its our responsibility
//to make the new LDAP connection
Thread.Sleep(backoffDelay);
//Explicitly skip the cache so we don't get the same connection back
conn = CreateNewConnection(domainName, globalCatalog, true);
Expand Down

0 comments on commit 7d7e669

Please sign in to comment.