Changeset 1208 in MondoRescue
- Timestamp:
- Feb 26, 2007, 6:35:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/mondorestore/mondorestore.c
r1204 r1208 2798 2798 reset_bkpinfo(bkpinfo); 2799 2799 bkpinfo->backup_media_type = none; // in case boot disk was made for one backup type but user wants to restore from another backup type 2800 bkpinfo->backup_media_string = NULL;2800 strcpy(bkpinfo->backup_media_string,""); 2801 2801 bkpinfo->restore_data = TRUE; // Well, yeah :-) 2802 2802 if (am_I_in_disaster_recovery_mode()) {
Note:
See TracChangeset
for help on using the changeset viewer.