nfs4_acls: Use correct type when checking ownerGID
authorChristof Schmitt <cs@samba.org>
Tue, 25 Jun 2019 22:21:06 +0000 (15:21 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 23 Jul 2019 18:27:26 +0000 (18:27 +0000)
commit3b3d722ce579c19c7b08d06a3adea275537545dc
treec5ffb28134b465b00f142ef734300298fd72fa86
parentf198a0867e71f248d4887ab0b6f2832123b16d11
nfs4_acls: Use correct type when checking ownerGID

uid and gid are members of the same union so this makes no difference,
but for type correctness and readability use the gid to check for
ownerGID.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14032

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/modules/nfs4_acls.c