diff options
-rw-r--r-- | libcli/security/access_check.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcli/security/access_check.c b/libcli/security/access_check.c index 9153dad499..70345f5a56 100644 --- a/libcli/security/access_check.c +++ b/libcli/security/access_check.c @@ -371,8 +371,6 @@ static const struct GUID *get_ace_object_type(struct security_ace *ace) if (ace->object.object.flags & SEC_ACE_OBJECT_TYPE_PRESENT) type = &ace->object.object.type.type; - else if (ace->object.object.flags & SEC_ACE_INHERITED_OBJECT_TYPE_PRESENT) - type = &ace->object.object.inherited_type.inherited_type; /* This doesn't look right. Is something wrong with the IDL? */ else type = NULL; |