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