- Updated delete_file() to take a flag arg that makes it more
authorWayne Davison <wayned@samba.org>
Wed, 19 Jan 2005 20:11:03 +0000 (20:11 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 19 Jan 2005 20:11:03 +0000 (20:11 +0000)
  flexible.  Optimized away a stat() call since the caller knows
  if the item to delete is a directory or not.
- Tweaked delete_file()'s "deleting ..." messages to include a
  trailing slash when we're deleting a directory.
- No need for conditional code around do_lstat() anymore.


No differences found