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

Nicolas Capponi
03.41.2016 aaf1f09351c43d52009c6b53b93eb153ace8428e
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 = DirectoryServer.getBackend(backendID);
    LocalBackend<?> backend = getServerContext().getBackendConfigManager().getLocalBackend(backendID);
    if (backend == null)
    {