s3: smbd: In reply_unlink() remove the possibility of receiving a wildcard name.
commitf46445cb6ae81d17a423da9ef0b2703ae755d191
authorJeremy Allison <jra@samba.org>
Wed, 1 Dec 2021 20:31:44 +0000 (1 12:31 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 9 Dec 2021 18:06:35 +0000 (9 18:06 +0000)
tree0cb9764d3d8c1149bb4f76e778186c575954a122
parent7f61ff777b1dafb757794e256fb9d3a52dfb7e24
s3: smbd: In reply_unlink() remove the possibility of receiving a wildcard name.

This was the only user of "has_wild=true" passed to
unlink_internals().

Next commit will remove this functionality from unlink_internals().

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