s3: smbd: Now we are always using fsp handle-based client searches, simplify smb_Dir_...
authorJeremy Allison <jra@samba.org>
Wed, 17 Jul 2019 22:25:11 +0000 (15:25 -0700)
committerRalph Boehme <slow@samba.org>
Tue, 6 Aug 2019 14:23:34 +0000 (14:23 +0000)
commit247515982f01db25b484e707621b56c836663a08
tree3c7f2ecf3f52363a6650d19c062d6ca41df8f8fc
parent84312fc5c289c926e189504b144bf9655491f706
s3: smbd: Now we are always using fsp handle-based client searches, simplify smb_Dir_destructor().

We know we always have a dir_hnd->dir and dir_hnd->fsp.

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