Moved the end_progress() call from match.c to sender.c so that we
authorWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 17:51:23 +0000 (17:51 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 17:51:23 +0000 (17:51 +0000)
commit0394e34a69e7051012125dc4e49d8d928ce15290
treee4f2101156337a6bce2b02ae550452cac6eb5940
parent56efa5647422b364aa644f557f9d9ebc2b198e97
Moved the end_progress() call from match.c to sender.c so that we
report progress on 0-length files when pushing files (the receiver
already called it, so we already produced progress on a 0-length
file when pulling).
match.c
sender.c