]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: Remove the now unused CFF_DOS_PATH flag
authorTim Prouty <tprouty@samba.org>
Wed, 10 Jun 2009 17:49:21 +0000 (10:49 -0700)
committerTim Prouty <tprouty@samba.org>
Wed, 10 Jun 2009 20:13:27 +0000 (13:13 -0700)
All paths are now unix paths, making this flag useless.

This flags argument is now unused and can be safely removed.

source3/include/smb.h

index 188c83f22fc097d74ce60794b06052dd7c960488..4eed68faaf72bda3fa35978c23fb6452353d6106 100644 (file)
@@ -1904,11 +1904,6 @@ struct smb_extended_info {
        char   samba_version_string[SAMBA_EXTENDED_INFO_VERSION_STRING_LENGTH];
 };
 
-/*
- * create_file_flags
- */
-#define CFF_DOS_PATH           0x00000001
-
 /* time info */
 struct smb_file_time {
        struct timespec mtime;