nfs4_acls: Change type of smbacl4_substitute_simple to void
authorChristof Schmitt <cs@samba.org>
Wed, 19 Jun 2019 20:42:19 +0000 (13:42 -0700)
committerChristof Schmitt <cs@samba.org>
Tue, 23 Jul 2019 18:27:28 +0000 (18:27 +0000)
commit3a71d619a935b57acacb6a8ba7c80b0ae938eacd
tree251d69ae41060bdb77a2a66025da049ada36e181
parent8f3ebad2e84317997a9be705c809695529455eb6
nfs4_acls: Change type of smbacl4_substitute_simple to void

The function always returned true and the return code was never checked,
so simply change to void.

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