mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
12.00.2011 55053284a91de860a4189f5d169efb856ee82ce0
opends/src/server/org/opends/server/extensions/LDAPPassThroughAuthenticationPolicyFactory.java
@@ -1279,7 +1279,7 @@
        // There's a potential, but benign, race condition here: other threads
        // could jump in and rotate through the list before we return the
        // connection factory.
        return newNextIndex;
        return oldNextIndex;
      }
    }