Changeset 945 in MondoRescue


Ignore:
Timestamp:
Nov 18, 2006, 1:35:29 AM (17 years ago)
Author:
Bruno Cornec
Message:

Typos corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/main.c

    r944 r945  
    142142char *ps_options = "auxww";
    143143char *ps_proc_id = "$2";
    144 char *g_getfacl = NULL
    145 char *g_getfattr = NULL
     144char *g_getfacl = NULL;
     145char *g_getfattr = NULL;
    146146
    147147extern t_bkptype g_backup_media_type;
     
    459459
    460460    if (find_home_of_exe("getfacl")) {
    461         asprintf(&g_setfacl,"getfacl");
     461        asprintf(&g_getfacl,"getfacl");
    462462    }
    463463    if (find_home_of_exe("getfattr")) {
    464         asprintf(&g_setfacl,"getfattr");
     464        asprintf(&g_getfattr,"getfattr");
    465465    }
    466466
Note: See TracChangeset for help on using the changeset viewer.