Corrected an inappropriate variable type when setting xattr or ACL.

This commit is contained in:
Thomas Schmitt 2011-05-12 16:22:02 +02:00
parent 1a4b2a2584
commit 1d723f0834
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ int aaip_set_attr_list(char *path, size_t num_attrs, char **names,
size_t i, consumed, acl_text_fill, acl_idx= 0, h_consumed;
char *acl_text= NULL, *list= NULL;
#ifdef Libisofs_with_aaip_xattR
size_t list_size= 0;
ssize_t list_size= 0;
#endif
#ifdef Libisofs_with_aaip_xattR