Made preservation of ACL in iso_node_set_attrs() more efficient
This commit is contained in:
@ -4433,7 +4433,7 @@ int iso_node_get_attrs(IsoNode *node, size_t *num_attrs,
|
||||
* bit1= Do not clear the existing attribute list but merge it with
|
||||
* the list given by this call
|
||||
* bit2= Delete the attributes with the given names
|
||||
* bit3= Allow non-user attribute.
|
||||
* bit3= Allow non-user attributes.
|
||||
* I.e. those with a non-empty name which does not begin by "user."
|
||||
* (The empty name is always allowed and governed by bit0.) This
|
||||
* deletes all previously existing attributes if not bit1 is set.
|
||||
|
Reference in New Issue
Block a user