Changeset 951 in MondoRescue


Ignore:
Timestamp:
Nov 19, 2006, 2:28:54 AM (17 years ago)
Author:
Bruno Cornec
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c

    r949 r951  
    11091109        asprintf(&g_getfacl,"setfacl");
    11101110        log_msg(1, "We will restore ACLs");
    1111         if (! find_home_of_exe(setfacl)) {
     1111        if (! find_home_of_exe("setfacl")) {
    11121112            log_msg(1, "Unable to restore ACLs as no setfacl found");
    11131113        }
     
    11171117        asprintf(&g_getfattr,"setfattr");
    11181118        log_msg(1, "We will restore XATTRs");
    1119         if (! find_home_of_exe(setfattr)) {
     1119        if (! find_home_of_exe("setfattr")) {
    11201120            log_msg(1, "Unable to restore XATTRs as no setfattr found");
    11211121        }
Note: See TracChangeset for help on using the changeset viewer.