s3: smbd: SMB1 reply_mv() - the UCF_COND_ALLOW_WCARD_LCOMP makes no sense.
commit38bdb082b897e1b8e0fb3e36e815b6c447e42b84
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 03:04:51 +0000 (28 20:04 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:39 +0000 (30 20:46 +0000)
tree9b15943a4a7cf1724dc4d8eeb2956d8867a65270
parent93fcb44961c78c0850cf8815ad10e64336230d35
s3: smbd: SMB1 reply_mv() - the UCF_COND_ALLOW_WCARD_LCOMP makes no sense.

There's either a wildcard in the last component or not. Always use
UCF_ALWAYS_ALLOW_WCARD_LCOMP for calls that can take a wildcard.

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