iustin / pylibacl

A python module for manipulating POSIX.1e ACLs
http://pylibacl.k1024.org/
GNU Lesser General Public License v2.1
21 stars 10 forks source link

Qualifier error message mentions tag type #1

Closed matthijskooijman closed 10 years ago

matthijskooijman commented 10 years ago

This error message is wrong, it should read "qualifier", not "tag type": https://github.com/iustin/pylibacl/blob/master/acl.c#L841

iustin commented 10 years ago

Thanks for the report - this is trivial to fix, but I've spotted another bug in the same function, so I've filled #3.