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

Nicolas Capponi
14.53.2016 97050c54efee9d0cc89afb5fb61b9a1c67f73f6a
opendj-server-legacy/src/main/java/org/opends/server/tasks/ExportTask.java
@@ -261,7 +261,7 @@
    // Get the backend into which the LDIF should be imported.
    LocalBackend<?> backend = getServerContext().getBackendConfigManager().getLocalBackend(backendID);
    LocalBackend<?> backend = getServerContext().getBackendConfigManager().getLocalBackendById(backendID);
    if (backend == null)
    {