Ignore:
Timestamp:
Jun 20, 2008, 4:08:40 AM (16 years ago)
Author:
Bruno Cornec
Message:

Fix #260 restoring when cancel in non disaster mode was a regression on 2.2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.7/mondo/src/mondorestore/mondorestore.c

    r1969 r1987  
    964964        strcpy(bkpinfo->restore_path, old_restpath);
    965965    } else {
    966         retval += restore_everything(NULL);
     966        if (filelist != NULL) {
     967            retval += restore_everything(NULL);
     968        }
    967969    }
    968970    if (IS_THIS_A_STREAMING_BACKUP(bkpinfo->backup_media_type)) {
Note: See TracChangeset for help on using the changeset viewer.