Restoring ACLs with -extract and others

This commit is contained in:
2009-01-18 21:40:42 +00:00
parent 7a7aef6f9c
commit 1f37d81537
4 changed files with 78 additions and 16 deletions

View File

@ -13002,7 +13002,7 @@ int Xorriso_option_getfacl(struct XorrisO *xorriso,
/* >>> set up findjob and run it */;
} else {
ret= Xorriso_getfacl(xorriso, optv[i], 0);
ret= Xorriso_getfacl(xorriso, optv[i], NULL, 0);
}
if(ret>0 && !xorriso->request_to_abort)
continue; /* regular bottom of loop */