nfs4_acls: Remove redundant pointer variable
authorChristof Schmitt <cs@samba.org>
Tue, 16 Jul 2019 22:56:12 +0000 (15:56 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 23 Jul 2019 18:27:27 +0000 (18:27 +0000)
commitaa4644193635d846c2e08e8c1e7b512e8009c2ef
tree0459816d3b8234fdc4f14d25a73165fc9e7affc3
parent7ab0003ffc098247c3ee3962d7061f2af5a2d00e
nfs4_acls: Remove redundant pointer variable

The previous patch introduced a pointer to a local variable to reduce
the amount of lines changed. Remove that pointer and adjust all usage
accordingly.

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