From 24f7085e4ff3523cad4594e554386f8a332523f3 Mon Sep 17 00:00:00 2001 From: Alexander Werth Date: Wed, 25 Apr 2012 15:10:54 +0200 Subject: s3:Really ignore unknown special ids in NFSv4 ACLs. Signed-off-by: Christian Ambach Autobuild-User(master): Christian Ambach Autobuild-Date(master): Wed Jul 18 17:45:05 CEST 2012 on sn-devel-104 --- source3/modules/nfs4_acls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/nfs4_acls.c') diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c index bd3c7fac72..bcc7937abe 100644 --- a/source3/modules/nfs4_acls.c +++ b/source3/modules/nfs4_acls.c @@ -317,6 +317,7 @@ static bool smbacl4_nfs42win(TALLOC_CTX *mem_ctx, SMB4ACL_T *theacl, /* in */ default: DEBUG(8, ("invalid special who id %d " "ignored\n", ace->who.special_id)); + continue; } } else { if (ace->aceFlags & SMB_ACE4_IDENTIFIER_GROUP) { -- cgit