From: Jeremy Allison Date: Tue, 29 Sep 2020 18:11:43 +0000 (-0700) Subject: s3: smbd: SMB1 reply_ntrename() - now we set dest_has_wcard separately we don't need... X-Git-Tag: talloc-2.3.2~410 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db20ef392e7ca820e370e27c61c7a528bbc8f2eb;p=thirdparty%2Fsamba.git s3: smbd: SMB1 reply_ntrename() - now we set dest_has_wcard separately we don't need to pass it to filename_convert(). Signed-off-by: Jeremy Allison Reviewed-by: Ralph Boehme --- diff --git a/source3/smbd/nttrans.c b/source3/smbd/nttrans.c index 197ab75a3b4..e8f41bea99d 100644 --- a/source3/smbd/nttrans.c +++ b/source3/smbd/nttrans.c @@ -1804,7 +1804,7 @@ void reply_ntrename(struct smb_request *req) newname, ucf_flags_dst, 0, - &dest_has_wcard, + NULL, &smb_fname_new); if (!NT_STATUS_IS_OK(status)) { if (NT_STATUS_EQUAL(status,