s3: smbd: Move the strange OS/2 directory key == -1 close semantics to the caller.
authorJeremy Allison <jra@samba.org>
Mon, 15 Jul 2019 22:57:48 +0000 (15:57 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:33 +0000 (14:23 +0000)
commitf61dae7635971bcbae4d191219ccb5365984d059
tree40ff32c3701e9d635fe295362c502a031d38fd36
parent23d0555c0d0ff2efc62e80dde58f146de97cc27b
s3: smbd: Move the strange OS/2 directory key == -1 close semantics to the caller.

This will allow us to change dptr_closecnum() to close outstanding fsp
handles for SMB1 later.

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