Ignore:
Timestamp:
Aug 30, 2015, 2:35:24 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix a typo in mondo-prep
  • is_this_device_mounted now call mr-device-mounted (a perl rewrite and improvement of this function)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-prep.c

    r3438 r3448  
    640640char *tmp = NULL;
    641641int res = 0;
    642 int retval = 0;
    643642
    644643/** end ****************************************************************/
     
    787786log_to_screen(tmp);
    788787mr_free(tmp);
    789 }
     788
    790789retval += res;
    791790paranoid_system("sync");
Note: See TracChangeset for help on using the changeset viewer.