Changeset 3819 in MondoRescue for branches/3.3/mondo/test/test-mountlist.c


Ignore:
Timestamp:
Mar 3, 2024, 1:54:34 AM (4 months ago)
Author:
Bruno Cornec
Message:

Fix global usage in test and mondorestore programs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/test/test-mountlist.c

    r3777 r3819  
    3939
    4040char *g_mountlist_fname;
    41 //char *g_mondo_home;
     41char *g_mondo_home = NULL;
    4242
    43 //char *g_getfacl;
    44 //char *g_getfattr;
     43char *g_getfacl;
     44char *g_getfattr;
    4545
    4646extern char *MONDO_LOGFILE;
Note: See TracChangeset for help on using the changeset viewer.