- Needed to use a name buffer in delete_missing() to avoid having
authorWayne Davison <wayned@samba.org>
Sat, 19 Feb 2005 23:41:52 +0000 (23:41 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 19 Feb 2005 23:41:52 +0000 (23:41 +0000)
commite1f40891c725ca197c90548949dd65f5f9b7a3bd
tree1603a57077925426e1f08a0870474e24ef0f6a2f
parent042f470ef9bd960986962b5b60dd54817dc5ae03
- Needed to use a name buffer in delete_missing() to avoid having
  a recursive delete reuse our buffer from f_name().
- Moved the backup-handling into delete_file() in rsync.c.
- Moved the --max-delete counting into delete_file() in rsync.c.
flist.c