This small changes enables the new append-IO machinery.
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jan 7 23:05:57 UTC 2025 on atb-devel-224
+++ /dev/null
-^samba.tests.smb3unix.samba.tests.smb3unix.Smb3UnixTests.test_append\(fileserver_smb1\)
!(access_mask & FILE_WRITE_DATA)))
{
flags |= O_APPEND;
+ fsp->fsp_flags.posix_append = true;
}
if (!posix_open && !CAN_WRITE(conn)) {