Displaying 1 result from an estimated 1 matches for "xmit_io_error_endlist".
2011 Aug 27
4
[Bug 8411] New: invalid flist flag when using protocol 28 or 29
...Component: core
AssignedTo: wayned at samba.org
ReportedBy: unobe at cpan.org
QAContact: rsync-qa at samba.org
Created attachment 6816
--> https://bugzilla.samba.org/attachment.cgi?id=6816
Patch to fix invalid flist flag error when using different rsync clients
XMIT_IO_ERROR_ENDLIST should only be used when protocol 30+ is used. When the
remote rsync isn't capable of doing protocols 30+, other recent versions will
use protocol 28 or protocol 29 by default. This will produce an "Invalid flist
flag: 1004" error. This bug was introduced by commit 92e89a2. I have att...