Ignore:
Timestamp:
Mar 4, 2024, 4:52:07 PM (3 months ago)
Author:
Bruno Cornec
Message:

manages restore_path dynamically

File:
1 edited

Legend:

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

    r3827 r3828  
    850850    bkpinfo->include_paths = NULL;
    851851    bkpinfo->exclude_devs = NULL;
    852     bkpinfo->restore_path[0] = '\0';
     852    bkpinfo->restore_path = NULL;
    853853    bkpinfo->call_before_iso = NULL;
    854854    bkpinfo->call_make_iso = NULL;
Note: See TracChangeset for help on using the changeset viewer.