vfs_acl_common: remove redundant NULL assignment
commite6f1254a00a6bf85b8d95bfbafef7d3e39ce1dde
authorRalph Boehme <slow@samba.org>
Tue, 23 Aug 2016 11:14:50 +0000 (23 13:14 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 30 Aug 2016 19:12:25 +0000 (30 21:12 +0200)
treef538c103a5d49e2d984884b39dc1655a427c1eea
parent9f79084f166208820f586c8e43e1e315d32cd5ce
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>
source3/modules/vfs_acl_common.c