Re: Current Samba master incorrectly returns STATUS_INVALID_HANDLE on copy_chunk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/8/24 10:41 AM, Ralph Boehme via samba-technical wrote:
The problem is the O_APPEND on the destination file handle.

We pass that flag if

         if (posix_open && (access_mask & FILE_APPEND_DATA)) {
                 flags |= O_APPEND;
         }

Is this on a posix mount? Otherwise it seems to be the clients fault passing FILE_APPEND_DATA.

gah, it's an "&&", not an "||", so it's your client I would say.


Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


[Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux