Ignore:
Timestamp:
Sep 12, 2009, 2:53:02 AM (15 years ago)
Author:
Bruno Cornec
Message:

Fix interface of evaluate_mountlist (remove 2nd param useless) and fix nuke mode which wasn't working.

File:
1 edited

Legend:

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

    r2381 r2394  
    793793        resize_mountlist_proportionately_to_suit_new_drives(mountlist);
    794794    }
    795     flaws_str = evaluate_mountlist(mountlist, &res);
    796     if (!res) {
     795    flaws_str = evaluate_mountlist(mountlist);
     796    if (flaws_str != NULL) {
    797797        sprintf(tmp,
    798798                "Mountlist analyzed. Result: \"%s\" Switch to Interactive Mode?",
     
    806806        }
    807807    }
    808     mr_free(flaws_str);
    809808
    810809    save_mountlist_to_disk(mountlist, g_mountlist_fname);
Note: See TracChangeset for help on using the changeset viewer.