s3: smbd: SMB1 reply_search(). The dptr already knows if the mask has a wildcard.
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 19:05:53 +0000 (12:05 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:40 +0000 (20:46 +0000)
commite3611cc05f8ffcaa2a955aa2c2754d2ae6bff8d9
tree0d032c6e12387a24cea4d367aa9ae075305b9ee9
parent97a4dfbd4a3184cac49dceb1ef0b016e891f96d2
s3: smbd: SMB1 reply_search(). The dptr already knows if the mask has a wildcard.

Get the value from the dptr instead.

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