Changeset 2573 in MondoRescue


Ignore:
Timestamp:
Feb 5, 2010, 2:35:31 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • THis version of mondo uses another interface for the mr_asprintf function than the one used just previously which was coredumping
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-filelist.c

    r2572 r2573  
    546546        if (strstr(executable,"acl")) {
    547547            /*  setfacl needs no additional option for physical walk */
    548             mr_asprintf(tmp,"");
     548            mr_asprintf(&tmp,"");
    549549        } else {
    550550            /*  setfattr needs option -h for physical walk */
    551             mr_asprintf(tmp,"-h");
     551            mr_asprintf(&tmp,"-h");
    552552        }
    553553        mr_asprintf(&command, "gzip -dc %s | %s %s --restore - 2>> %s", original_exat_fname, executable, tmp, MONDO_LOGFILE);
Note: See TracChangeset for help on using the changeset viewer.