diff --git a/src/CommonLib/LDAPUtils.cs b/src/CommonLib/LDAPUtils.cs index bf88e674..a547244c 100644 --- a/src/CommonLib/LDAPUtils.cs +++ b/src/CommonLib/LDAPUtils.cs @@ -890,8 +890,6 @@ public IEnumerable 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);