s3: smbd: SMB1 reply_mv() no longer needs the XX_has_wcard variables.
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 20:09:52 +0000 (13:09 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:41 +0000 (20:46 +0000)
commit079aec9d09ee0be72a635ce17aa97686239df4f4
tree8ed41fa28983b70e15d8328881ab368b282cfb8e
parentb89c0a6d3f456fe597949b660a3c2ddbbad2be42
s3: smbd: SMB1 reply_mv() no longer needs the XX_has_wcard variables.

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