diff options
author | Jeremy Allison <jra@samba.org> | 2009-11-23 15:01:34 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-11-23 15:05:23 -0800 |
commit | f8bd0559ada056722d7d5ae0286753e7c591650b (patch) | |
tree | f19a63c6f203a9ede074d81672fbafd7d99e5894 /source3/include | |
parent | 8353d47e9b2eda9d5711610b672a183eb414c6a3 (diff) | |
download | samba-f8bd0559ada056722d7d5ae0286753e7c591650b.tar.gz samba-f8bd0559ada056722d7d5ae0286753e7c591650b.tar.xz samba-f8bd0559ada056722d7d5ae0286753e7c591650b.zip |
Proper fix for #6898 - Samba duplicates file content on appending. Pointed out by Volker.Restores the pathname handling for FILE_FLAG_POSIX_SEMANTICS but still prevents the O_APPEND problems. Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index a3acb7c415d..09689840280 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1954,6 +1954,7 @@ struct smb_file_time { #define UCF_SAVE_LCOMP 0x00000001 #define UCF_ALWAYS_ALLOW_WCARD_LCOMP 0x00000002 #define UCF_COND_ALLOW_WCARD_LCOMP 0x00000004 +#define UCF_POSIX_PATHNAMES 0x00000008 /* * smb_filename |