]> git.k1024.org Git - pylibacl.git/commit
Remove obsolete check for non-initialised Entry
authorIustin Pop <iustin@k1024.org>
Wed, 11 Dec 2019 20:30:12 +0000 (21:30 +0100)
committerIustin Pop <iustin@k1024.org>
Wed, 11 Dec 2019 20:30:12 +0000 (21:30 +0100)
commiteadcf345669eb3aaf3185631e435556b8cf19a54
treede63556faf7125691af33cefc3aa7ccde3b7ec48
parent4f7e4902b70101ee7a245ed26730fe8aeee65480
Remove obsolete check for non-initialised Entry

Today, objects are always initialised, so this check is superfluous,
and the get_tag_qualifier will properly handle errors from acl_*
functions, so even if that invariant is actually violated, this will
not lead to undefined behaviour.
acl.c