- Fixed a couple bugs in find_filename_suffix().
authorWayne Davison <wayned@samba.org>
Sun, 13 Feb 2005 10:10:50 +0000 (10:10 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 13 Feb 2005 10:10:50 +0000 (10:10 +0000)
commit36366d5c1d0f2576da7f595079c078527b921607
tree3e7d86ac34b098b0ad38a4f55405e9e453c939b4
parentb78a6aba971b5e2e8fe359fc63047ff66f86ea70
- Fixed a couple bugs in find_filename_suffix().
- Upgraded the fuzzy algorithm to scan the entire parent dir for a
  file into a file_list object when the first file for a particular
  directory is handled.  This avoids rescanning the directory for
  each missing file, and also avoids the problem of finding: a non-
  regular file, an active rsync temp-file, a file that is being
  updated by the receiver, or a server-excluded file.
fuzzy.diff