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

Jean-Noel Rouvignac
29.33.2015 3d2247dc6913a8ab1fd570e6db4c38a3f6460039
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/ReferenceAttributeMapper.java
@@ -266,10 +266,10 @@
                private void completeIfNecessary() {
                    if (pendingSearches.decrementAndGet() == 0) {
                        if (exception.get() == null) {
                            h.handleResult(newLDAPAttribute);
                        } else {
                        if (exception.get() != null) {
                            h.handleError(exception.get());
                        } else {
                            h.handleResult(newLDAPAttribute);
                        }
                    }
                }