vfs_acl_common: remove redundant NULL assignment
commitc1de539aab52dbcc54eca6c7f524b51d29570a02
authorRalph Boehme <slow@samba.org>
Tue, 23 Aug 2016 11:14:50 +0000 (23 13:14 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 21 Sep 2016 09:15:08 +0000 (21 11:15 +0200)
tree3ab3e931c5adb6ea2218b8119cf7ad1263638b10
parentd72dcd297e05f6f1ebf413ea070190f907a15422
vfs_acl_common: remove redundant NULL assignment

The variables are already set to NULL by TALLOC_FREE.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit e6f1254a00a6bf85b8d95bfbafef7d3e39ce1dde)
source3/modules/vfs_acl_common.c