The Samba-Bugzilla – Attachment 6819 Details for
Bug 8411
invalid flist flag when using protocol 28 or 29
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Ignore some bogus file-list flags for older protocols
invalid-flags-hack.diff (text/plain), 441 bytes, created by
Wayne Davison
on 2011-08-27 21:47:24 UTC
(
hide
)
Description:
Ignore some bogus file-list flags for older protocols
Filename:
MIME Type:
Creator:
Wayne Davison
Created:
2011-08-27 21:47:24 UTC
Size:
441 bytes
patch
obsolete
>--- a/flist.c >+++ b/flist.c >@@ -2352,7 +2352,7 @@ struct file_list *recv_file_list(int f) > if (protocol_version >= 28 && (flags & XMIT_EXTENDED_FLAGS)) > flags |= read_byte(f) << 8; > >- if (flags == (XMIT_EXTENDED_FLAGS|XMIT_IO_ERROR_ENDLIST)) { >+ if (flags == (XMIT_EXTENDED_FLAGS|XMIT_IO_ERROR_ENDLIST) && protocol_version >= 30) { > int err; > if (!use_safe_inc_flist) { > rprintf(FERROR, "Invalid flist flag: %x\n", flags);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8411
:
6816
| 6819