smbd: Remove a confusing comment
authorVolker Lendecke <vl@samba.org>
Wed, 12 Aug 2015 06:55:56 +0000 (08:55 +0200)
committerMartin Schwenke <martins@samba.org>
Fri, 14 Aug 2015 05:46:12 +0000 (07:46 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source3/smbd/posix_acls.c

index b69e5b492315b367049932674db187d8da78ad3a..8d799fb6bf77f5d59f28150f14dcb019287c1521 100644 (file)
@@ -2624,7 +2624,6 @@ static canon_ace *canonicalise_acl(struct connection_struct *conn,
 
                entry_id = SMB_ACL_NEXT_ENTRY;
 
-               /* Is this a MASK entry ? */
                if (sys_acl_get_tag_type(entry, &tagtype) == -1)
                        continue;