]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: smbd: SMB1 reply_ntrename() - now we set dest_has_wcard separately we don't need...
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 18:11:43 +0000 (11:11 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:39 +0000 (20:46 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/nttrans.c

index 197ab75a3b477d1aea6dedf12b3fddafbc7be5ac..e8f41bea99d66f6e1282a9e3d58ae749856822f2 100644 (file)
@@ -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,