libcli/security: don't look at the inherited type in get_ace_object_type()
commit629ce2a1ba392f2e8b632752c583843777471378
authorStefan Metzmacher <metze@samba.org>
Fri, 4 Jan 2013 15:03:42 +0000 (4 16:03 +0100)
committerMatthieu Patou <mat@matws.net>
Thu, 17 Jan 2013 08:22:32 +0000 (17 00:22 -0800)
treee35a46fdb3a83ca33267f3a8720c010f3002acfa
parent70460605c6132ffbc6be825c24f188674c0ac979
libcli/security: don't look at the inherited type in get_ace_object_type()

The inherited_type is only used to decide if aces should be inherited
effectively or not (INHERIT_ONLY) for the specified object.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
libcli/security/access_check.c