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

Matthew Swift
22.51.2011 05d4affb7296e157581880544fd0fb49b9d98325
opends/src/server/org/opends/server/core/AuthenticatedUsers.java
@@ -167,7 +167,7 @@
   * @return  The set of client connections authenticated as the specified user,
   *          or {@code null} if there are none.
   */
  synchronized CopyOnWriteArraySet<ClientConnection> get(DN userDN)
  public CopyOnWriteArraySet<ClientConnection> get(DN userDN)
  {
    lock.readLock().lock();
    try