vfs_streams_xattr: initialize pointer
authorRalph Boehme <slow@samba.org>
Fri, 21 Nov 2014 13:54:17 +0000 (14:54 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 21 Nov 2014 21:47:05 +0000 (22:47 +0100)
commit1076e4e4e2a2b6238116bd860b03a9dcc8a151f8
tree571a3fb139d731ca1a1f4703194bcf3ea61e6e9d
parent1160fcfe3d97644a6bcfa9ee687fd7dfca58e812
vfs_streams_xattr: initialize pointer

Intitialize pointer to NULL, otherwise we talloc_free() an unitialized
pointer in the error code path.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_streams_xattr.c