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

Jean-Noel Rouvignac
17.33.2013 ee5311a0025aa6caec5bcc1b9f64f873e0f2445f
opendj-sdk/opendj3/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Rest2LDAP.java
@@ -582,7 +582,7 @@
                normalizeConnectionFactory(configuration, name, 0);
        final ConnectionFactory connectionFactory =
            configureConnectionFactory(normalizedConfiguration);
        // we are now done reading the config,
        // we are now done reading the config
        configuration.verifyAllKeysAccessed();
        return connectionFactory;
    }