Ignore:
Timestamp:
Mar 4, 2024, 5:11:25 PM (4 months ago)
Author:
Bruno Cornec
Message:

manages kernel_path dynamically

File:
1 edited

Legend:

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

    r3828 r3829  
    855855    bkpinfo->call_burn_iso = NULL;
    856856    bkpinfo->call_after_iso = NULL;
    857     bkpinfo->kernel_path[0] = '\0';
     857    bkpinfo->kernel_path = NULL;
    858858    bkpinfo->netfs_mount = NULL;
    859859    bkpinfo->netfs_proto = NULL;
Note: See TracChangeset for help on using the changeset viewer.