]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: smbd: SMB1 comment out unused UCF_COND_ALLOW_WCARD_LCOMP flag.
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 2020 03:12:23 +0000 (20:12 -0700)
committerRalph Boehme <slow@samba.org>
Wed, 30 Sep 2020 20:46:39 +0000 (20:46 +0000)
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smbd.h

index 787582850db170aeac7db0a0d25c8c252fe3f08d..b7d2bbb540805f322059775d137687446e9c7778 100644 (file)
@@ -61,7 +61,7 @@ struct trans_state {
  */
 /* UCF_SAVE_LCOMP 0x00000001 is no longer used. */
 #define UCF_ALWAYS_ALLOW_WCARD_LCOMP   0x00000002
-#define UCF_COND_ALLOW_WCARD_LCOMP     0x00000004
+/* UCF_COND_ALLOW_WCARD_LCOMP 0x00000004 is no longer used. */
 #define UCF_POSIX_PATHNAMES            0x00000008
 #define UCF_UNIX_NAME_LOOKUP           0x00000010
 #define UCF_PREP_CREATEFILE            0x00000020