nfs4_acls: Remove redundant pointer variable
commit6996ae8fd6b14c9937a4a603509b99087b22a153
authorChristof Schmitt <cs@samba.org>
Tue, 16 Jul 2019 22:56:12 +0000 (16 15:56 -0700)
committerKarolin Seeger <kseeger@samba.org>
Fri, 23 Aug 2019 08:59:25 +0000 (23 08:59 +0000)
tree6cb2a1cc8a8a295047a530b1665e0af89252f7ea
parente64fee96fa287268cfc6643d17498251f4ea4dd3
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>
(cherry picked from commit aa4644193635d846c2e08e8c1e7b512e8009c2ef)
source3/modules/nfs4_acls.c