A slight compensation I had just added for total bytes read when using -v
authorDavid Dykstra <dwd@samba.org>
Wed, 10 Feb 1999 22:16:32 +0000 (22:16 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 10 Feb 1999 22:16:32 +0000 (22:16 +0000)
commit23c5aef18e5a6faba538ff06f83e09835af637d7
treebc6c1163dbed2acacd1d4f26d5b673417081b70e
parente19452a96c164ddb14941cf4977d44534631bfbe
A slight compensation I had just added for total bytes read when using -v
was incorrect.  It's hard to tell how many bytes are actually read because
transferring the value changes it and depending on its value it may
transfer 4 or 12 bytes so instead change the sender side to not include the
length of the counters it sends at all (it had been including one but three
are sent).
main.c