s3: smbd: SMB1 reply_search() doesn't actually care if the mask contains a wildcard...
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 18:49:01 +0000 (11:49 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:40 +0000 (20:46 +0000)
commit97a4dfbd4a3184cac49dceb1ef0b016e891f96d2
tree47b2da355bbe125269a85c4fab22459a5ce2bf9f
parent078f2d94563922cdba01d609efad3d668e2115d8
s3: smbd: SMB1 reply_search() doesn't actually care if the mask contains a wildcard or not.

Don't pass to filename_convert().

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