got rid of "EOF in map_ptr" problem. If a file shrinks mid transfer
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 May 1998 14:00:12 +0000 (14:00 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 May 1998 14:00:12 +0000 (14:00 +0000)
commit3e607d23543f0f3fb7b72953b89334071540667f
tree6a76165419533c297739ebbd78bec86188309e72
parenta6801c397732a55d2f9f477a360db6fc09bb1c3d
got rid of "EOF in map_ptr" problem. If a file shrinks mid transfer
then we supply a zero filled buffer at the end and rely on the
checksum to cause a retry. This is really the best we can do as there
is no correct semantics for copying a changing file!
flist.c
util.c