]> git.ipfire.org Git - thirdparty/samba.git/commit
s3: smbd: Remove all wildcard code from rename_internals().
authorJeremy Allison <jra@samba.org>
Thu, 2 Dec 2021 00:29:43 +0000 (16:29 -0800)
committerRalph Boehme <slow@samba.org>
Thu, 9 Dec 2021 18:06:35 +0000 (18:06 +0000)
commitff722c0fdfb2ce7691ff67349edd96b3c6c19d2a
tree6fc3fa1f6d887ed1c9cc69ae01fc4622dcfcf721
parent3cb5ef1c7985c6a9a92cc854f9b23e5cc8af7eb7
s3: smbd: Remove all wildcard code from rename_internals().

We no longer use resolve_wildcards() so comment it out
for later removal. Keep the '{ ... }' block around the
singleton rename for now, to keep the diff small.

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