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

matthew_swift
05.42.2009 22094368c2865dcfb6daf8366425212b721a4657
opends/src/server/org/opends/server/tasks/BackupTask.java
@@ -438,7 +438,7 @@
            Message message = ERR_BACKUPDB_CANNOT_BACKUP_IN_DIRECTORY.get(
                b.getBackendID(),backupLocation.getPath(),
                backupDir.getConfigEntryDN().getRDN().
                getAttributeValue(0).getStringValue());
                getAttributeValue(0).toString());
            logError(message);
            return false ;
          }
@@ -609,6 +609,7 @@
  /**
   * {@inheritDoc}
   */
  @Override
  protected TaskState runTask()
  {
    if (!argumentsAreValid())