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

Matthew Swift
08.38.2013 5db42da4a9e6d4487fc4b29dcf7687d596149965
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Context.java
@@ -104,6 +104,7 @@
            // Fast path.
            if (cachedResult != null) {
                invokeResultHandler(resultHandler);
                return;
            }
            // Enqueue and re-check.
            waitingResultHandlers.add(resultHandler);