1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-28 17:47:29 +03:00

s3: Remove the now unused CFF_DOS_PATH flag

All paths are now unix paths, making this flag useless.

This flags argument is now unused and can be safely removed.
This commit is contained in:
Tim Prouty 2009-06-10 10:49:21 -07:00
parent 2481d8dcd0
commit 5b2034f9c1

View 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;