]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:smbd: close pathref fsp in call_trans2findfirst()
authorRalph Boehme <slow@samba.org>
Tue, 12 Jan 2021 11:50:43 +0000 (12:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 14 Jan 2021 11:30:38 +0000 (11:30 +0000)
commitbcac1dab694be832c3f993356daacaee35c49f71
treead3b5b007f31baa4bf247a7ca520bd584881861d
parenteae7ce8a2e0e0982bba70fbd36f444954339abe3
s3:smbd: close pathref fsp in call_trans2findfirst()

Before freeing the fsp we have to close the handle.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/trans2.c