s3: smbd: Remove 'struct uc_state' name_has_wildcard element.
authorJeremy Allison <jra@samba.org>
Fri, 3 Dec 2021 21:06:27 +0000 (13:06 -0800)
committerRalph Boehme <slow@samba.org>
Sat, 11 Dec 2021 08:07:14 +0000 (08:07 +0000)
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

source3/smbd/filename.c

index efb9ef07fb7efaf5abed6ee6c87627955e11e821..19eea2d6a77a02f13494450b87ec53b11a1ead61 100644 (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;