Ignore:
Timestamp:
Aug 6, 2010, 3:46:47 PM (14 years ago)
Author:
Bruno Cornec
Message:

Also escapes white spaces in gen_aux_list to avoid issues in getfacl call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-filelist.c

    r2664 r2676  
    472472        }
    473473        log_msg(8, "Analyzing %s", file_to_analyze);
    474         tmp = mr_stresc(file_to_analyze, "`$\\\"(){}[]'*?&|!#~", '\\');
     474        tmp = mr_stresc(file_to_analyze, " `$\\\"(){}[]'*?&|!#~", '\\');
    475475        mr_asprintf(&strtmp, syscall_sprintf, tmp);
    476476        paranoid_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.