Bug fix: -update deleted MD5 of files of which only attributes changed

This commit is contained in:
Thomas Schmitt 2012-07-12 16:31:31 +00:00
parent 922c95443f
commit 49b044b3d6
2 changed files with 4 additions and 2 deletions

View File

@ -83,8 +83,10 @@ int Xorriso_transfer_properties(struct XorrisO *xorriso, struct stat *stbuf,
"FAILURE", 1 | 2); "FAILURE", 1 | 2);
ret= 0; goto ex; ret= 0; goto ex;
} }
/* Preserve namespace isofs, but not ACL or system xattr */
ret= iso_node_set_attrs(node, num_attrs, names, value_lengths, values, ret= iso_node_set_attrs(node, num_attrs, names, value_lengths, values,
1 | 8); 1 | 8 | 16);
if(ret < 0) { if(ret < 0) {
Xorriso_process_msg_queues(xorriso,0); Xorriso_process_msg_queues(xorriso,0);
Xorriso_report_iso_error(xorriso, "", ret, Xorriso_report_iso_error(xorriso, "", ret,

View File

@ -1 +1 @@
#define Xorriso_timestamP "2012.07.10.083040" #define Xorriso_timestamP "2012.07.12.163117"