Ignore:
Timestamp:
May 7, 2008, 2:54:22 PM (16 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix #249 (adding START and STOP headers systematically for xattr and acl + more precise error messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mondo/src/common/libmondo-archive.c

    r1926 r1933  
    13551355    int i;
    13561356    char *curr_xattr_list_fname = NULL;
    1357     char *curr_acl_list_fname;
     1357    char *curr_acl_list_fname = NULL;
    13581358    int misc_counter_that_is_not_important = 0;
    13591359
     
    14691469                    write_EXAT_files_to_tape(curr_xattr_list_fname,
    14701470                                             curr_acl_list_fname);
    1471 // archives themselves
     1471                // archives themselves
    14721472                res +=
    14731473                    move_files_to_stream(storing_afioball_fname,
     
    22602260                write_EXAT_files_to_tape(curr_xattr_list_fname,
    22612261                                         curr_acl_list_fname);
    2262 // archives themselves
     2262            // archives themselves
    22632263            res = move_files_to_stream(curr_afioball_fname, NULL);
    22642264        } else {
Note: See TracChangeset for help on using the changeset viewer.