Ignore:
Timestamp:
Aug 18, 2009, 2:36:47 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3329@localhost: bruno | 2009-08-05 00:33:17 +0200
bkpinfo->exclude_paths is now dynamically allocated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-tools.c

    r2317 r2318  
    814814    bkpinfo->make_filelist = TRUE;  // unless -J supplied to mondoarchive
    815815    bkpinfo->include_paths[0] = '\0';
    816     bkpinfo->exclude_paths[0] = '\0';
    817816    bkpinfo->restore_path[0] = '\0';
    818817    bkpinfo->call_before_iso[0] = '\0';
     
    823822    bkpinfo->nfs_mount[0] = '\0';
    824823    bkpinfo->nfs_user = NULL;
     824    bkpinfo->exclude_paths = NULL;
    825825    bkpinfo->nfs_remote_dir[0] = '\0';
    826826    bkpinfo->postnuke_tarball[0] = '\0';
Note: See TracChangeset for help on using the changeset viewer.