- Moved an optimization from file_compare() into f_name_cmp() (the one
authorWayne Davison <wayned@samba.org>
Thu, 3 Feb 2005 01:18:58 +0000 (01:18 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 3 Feb 2005 01:18:58 +0000 (01:18 +0000)
commit14698a3a1ab219dc8fbf68cabc79fdb17fc421f7
tree9a09c486fe60d64d15007d87bbe3d5b40f751b96
parent8c2ffaf09553a85be1d2f7d135b959dbb8fa75c8
- Moved an optimization from file_compare() into f_name_cmp() (the one
  that avoids doing a string-compare on two identical char pointers),
  making it just a wrapper for f_name_cmp().  Also made file_compare()
  static because everyone now calls f_name_cmp() directly.
- Improved the flist summary that is output at high verbosity.
- Improved delete_in_dir() to better handle the push/pop semantics
  based on the depth value that is now passed in as an arg (so that
  we don't have to parse it out of the paths each time).
flist.c