Fixed the way rsync handles iconv-conversion problems in the file-list:
authorWayne Davison <wayned@samba.org>
Tue, 25 Mar 2008 17:46:06 +0000 (10:46 -0700)
committerWayne Davison <wayned@samba.org>
Tue, 25 Mar 2008 17:46:06 +0000 (10:46 -0700)
commit7568ff448aab0b508d997bd30b61769e4acd8efe
treec7531a64209ffd2cade06a370ebe8dbbe543130b
parent56158b7e049b885e23ff603c5a27f191107f78ec
Fixed the way rsync handles iconv-conversion problems in the file-list:
- If the sender cannot convert a name, the discarding of the entry now
  occurs soon enough to avoid affecting the sender's list (which was
  causing the file-list on the receiving side to be out of sync).
- If the receiver cannot convert a name, its transformation of the name
  into an empty name (which indicates that the entry should be skipped)
  is no longer thwarted by the clean_fname() call (which was changing
  the name into a ".").
flist.c