Ignore:
Timestamp:
Mar 6, 2024, 5:29:44 PM (3 months ago)
Author:
Bruno Cornec
Message:

remove snprintf usage and use bkpinfo for serial_string

File:
1 edited

Legend:

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

    r3836 r3856  
    5656 */
    5757extern char *g_mondo_home;
    58 
    59 /**
    60  * The serial string (used to differentiate between backups) of the current backup.
    61  */
    62 extern char *g_serial_string;
    6358
    6459/**
     
    13591354        malloc_string(g_boot_mountpt);
    13601355        malloc_string(g_mondo_home);
    1361         malloc_string(g_serial_string);
    13621356        malloc_string(g_magicdev_command);
    13631357    } else {
     
    13651359        paranoid_free(g_mondo_home);
    13661360        paranoid_free(g_magicdev_command);
    1367 
    1368         mr_free(g_serial_string);
    13691361    }
    13701362}
Note: See TracChangeset for help on using the changeset viewer.