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

Jean-Noel Rouvignac
17.33.2013 88a3725973c266a07d141d8220a4a09c8097dd81
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;
    }