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

Jean-Noel Rouvignac
16.57.2015 a41662c1136b2bb4a4198df89e0e87d2be3ef099
opendj-server-legacy/src/main/java/org/opends/server/tasks/BackupTask.java
@@ -256,7 +256,7 @@
    // If the signHash option was provided, then make sure that the hash option
    // was given.
    if (signHash && (! hash))
    if (signHash && !hash)
    {
      logger.error(ERR_BACKUPDB_SIGN_REQUIRES_HASH, ATTR_TASK_BACKUP_SIGN_HASH, ATTR_TASK_BACKUP_HASH);
      return false;
@@ -532,7 +532,7 @@
    else
    {
      // See if there are multiple backends to archive.
      multiple = (backendsToArchive.size() > 1);
      multiple = backendsToArchive.size() > 1;
    }