Ignore:
Timestamp:
Sep 25, 2013, 8:55:43 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Modification to 3.1 branch to make it extremely similar to 3.0. What remains are function rewrite with allocation in the function and desallocation outside of the function. Will be next step
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo/src/common/libmondo-verify.c

    r3161 r3190  
    161161    if (g_last_afioball_number != set_number - 1) {
    162162        if (set_number == 0) {
    163             log_msg(1,
    164                     "Weird error in verify_afioballs_on_CD() but it's really a cosmetic error, nothing more");
     163            log_msg(1, "Weird error in verify_afioballs_on_CD() but it's really a cosmetic error, nothing more");
    165164        } else {
    166165            retval++;
     
    305304                    log_to_screen("%s/%s not found on live filesystem", bkpinfo->restore_path, biggiestruct.filename);
    306305                    mr_asprintf(tmp, "echo \"%s/%s not found\" >> %s/biggies.changed", bkpinfo->restore_path, biggiestruct.filename, bkpinfo->tmpdir);
    307                     if (system(tmp)) {
    308                         //FIXME
    309                     }
     306                    paranoid_system(tmp);
    310307                    mr_free(tmp);
    311308
     
    637634    char *orig_cksum = NULL;
    638635    char *tmp = NULL;
    639     char *slice_fnam;
     636    char *slice_fnam = NULL;
    640637
    641638    /*@ pointers ******************************************************** */
Note: See TracChangeset for help on using the changeset viewer.