- Make delete_dir_contents() use less stack by recursing directly
authorWayne Davison <wayned@samba.org>
Sat, 11 Nov 2006 14:45:00 +0000 (14:45 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 11 Nov 2006 14:45:00 +0000 (14:45 +0000)
commitf5761a342b4d5c0bb1351fc01f3f513f87b248f4
tree753e90cda0925370cf32b2c7db758e3e1d6ab1b0
parentcaf8299e2ed8f294d90e0fafbb9cc79c1bd2eaf5
- Make delete_dir_contents() use less stack by recursing directly
  to itself, and then calling delete_item() w/o DEL_RECURSE.
- Fixed the return value handling of delete_dir_contents().
generator.c