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-tools.c

    r3823 r3826  
    687687    }
    688688    g_current_media_number = 1;
    689     bkpinfo->postnuke_tarball[0] = '\0';
    690689    return (res);
    691690}
     
    861860    bkpinfo->netfs_user = NULL;
    862861    bkpinfo->netfs_remote_dir = NULL;
    863     bkpinfo->postnuke_tarball[0] = '\0';
     862    bkpinfo->postnuke_tarball = NULL;
    864863    bkpinfo->subdir = NULL;
    865864    bkpinfo->wipe_media_first = FALSE;
Note: See TracChangeset for help on using the changeset viewer.