1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-24 10:50:22 +03:00

s3: smbd: Remove 'struct uc_state' name_has_wildcard element.

It is never set or looked at.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Sat Dec 11 08:07:14 UTC 2021 on sn-devel-184
This commit is contained in:
Jeremy Allison 2021-12-03 13:06:27 -08:00 committed by Ralph Boehme
parent 0ecb5e3e3f
commit 25c87b70c0

View File

@ -494,7 +494,6 @@ struct uc_state {
char *dirpath;
char *stream;
bool component_was_mangled;
bool name_has_wildcard;
bool posix_pathnames;
bool done;
bool case_sensitive;