Ignore:
Timestamp:
Mar 4, 2024, 1:23:30 PM (4 months ago)
Author:
Bruno Cornec
Message:

manages postnuke_tarball dynamically

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/libmondo-files.c

    r3821 r3826  
    10801080    mr_free(command);
    10811081
    1082     if (bkpinfo->postnuke_tarball[0]) {
     1082    if (bkpinfo->postnuke_tarball != NULL) {
    10831083        mr_asprintf(command, "cp -f %s %s/post-nuke.tgz", bkpinfo->postnuke_tarball, bkpinfo->tmpdir);
    10841084        res = run_program_and_log_output(command, FALSE);
Note: See TracChangeset for help on using the changeset viewer.