]> git.ipfire.org Git - thirdparty/rsync.git/commit
If we get less data than expected from a read() in map_ptr(), we
authorWayne Davison <wayned@samba.org>
Wed, 21 Sep 2005 17:37:41 +0000 (17:37 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 21 Sep 2005 17:37:41 +0000 (17:37 +0000)
commit134826751819f5763fb0bc7fa1bd9f167c43e97d
treea52639a6a06d5a5f09a655a00dc234777990845e
parentf0323d68eb0e0b982bb79880527bb9c5b3524f1e
If we get less data than expected from a read() in map_ptr(), we
need to try to keep reading to see if we get an error or more data.
fileio.c