mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s3:modules: Add FALL_THROUGH statements in vfs_acl_common.c
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2cc130683e
commit
4744b777f5
@ -519,6 +519,7 @@ static NTSTATUS validate_nt_acl_blob(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
/* Otherwise, fall though and see if the NT ACL hash matches */
|
||||
FALL_THROUGH;
|
||||
}
|
||||
case 3:
|
||||
/* Get the full underlying sd for the hash
|
||||
|
Loading…
Reference in New Issue
Block a user