Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165
authorJeremy Allison <jra@samba.org>
Fri, 21 Aug 2009 10:44:54 +0000 (12:44 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 24 Aug 2009 09:18:20 +0000 (11:18 +0200)
commit0300ff8bac18a6e6386ec29e0c5392e0f58e69b0
tree9df6f27380087d57324529b643ede45fb5000237
parent73103525b0c1e8ba830212f224ffd75b78869534
Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165
nautilus fails to copy files from an SMB share. This is a show-stopper
for 3.4.1. Although gnome-vfs is doing *incredibly* stupid things by asking
for a read size of 65535 - this translates on the wire to a 65534 byte read
followed by a 1 byte read. Please send this back to the gnome developers that
they will ge horrid on the wire performance for this.
Jeremy.

Fixes bug #6649.

Fixed in master with commit 33d27797d3ae9ab3ff7e1aa940941cc450f5ad1d.
(cherry picked from commit ef891070288cd13aff7c730de7c1baf54dddb90f)
source3/libsmb/clireadwrite.c