Proper fix for #6898 - Samba duplicates file content on appending. Pointed out by...
authorJeremy Allison <jra@samba.org>
Mon, 23 Nov 2009 23:01:34 +0000 (15:01 -0800)
committerJeremy Allison <jra@samba.org>
Mon, 23 Nov 2009 23:05:23 +0000 (15:05 -0800)
commitf8bd0559ada056722d7d5ae0286753e7c591650b
treef19a63c6f203a9ede074d81672fbafd7d99e5894
parent8353d47e9b2eda9d5711610b672a183eb414c6a3
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.
source3/include/smb.h
source3/smbd/filename.c
source3/smbd/nttrans.c