s3: smbd: SMB1 reply_fclose() doesn't need wcard, use srvstr_get_path_req() not srvst...
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 19:14:11 +0000 (12:14 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:40 +0000 (20:46 +0000)
commit49be6d38671c00e1d818d92dfda36f74cfd1a2e4
treee6de28fbb332782c83b594abdd782965239f4dc9
parentedee7198d9745899408bdb9de3153fc5484892f0
s3: smbd: SMB1 reply_fclose() doesn't need wcard, use srvstr_get_path_req() not srvstr_get_path_req_wcard().

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