From: Volker Lendecke Date: Wed, 12 Aug 2015 06:55:56 +0000 (+0200) Subject: smbd: Remove a confusing comment X-Git-Tag: talloc-2.1.4~403 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba116fa7cdcbc2ecd29d4af1a88a50a0ea6c15a8;p=thirdparty%2Fsamba.git smbd: Remove a confusing comment Signed-off-by: Volker Lendecke Reviewed-by: Martin Schwenke --- diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c index b69e5b49231..8d799fb6bf7 100644 --- a/source3/smbd/posix_acls.c +++ b/source3/smbd/posix_acls.c @@ -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;