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

Matthew Swift
22.52.2012 139d572584d8fe12a0f1bee2f3aeb73710685bbe
opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/SimpleAttributeMapper.java
@@ -107,8 +107,9 @@
            } else {
                value = a.parse().asSetOf(f, defaultValue);
            }
            final Map<String, Object> result = Collections.singletonMap(jsonAttributeName, value);
            h.handleResult(result);
            h.handleResult(Collections.singletonMap(jsonAttributeName, value));
        } else {
            h.handleResult(null);
        }
    }