r20558: Refactor rmdir_internals to use early termination rather
authorJeremy Allison <jra@samba.org>
Fri, 5 Jan 2007 17:42:54 +0000 (17:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:56 +0000 (12:16 -0500)
commit0a8e3fd23632f0c77c4e165cf6070cb1fbcca381
tree9f231a527cfc6d8090aea4751bd90bba266e30d1
parent18bf0b29b4b9b466136f08c1b6777ad8517779ed
r20558: Refactor rmdir_internals to use early termination rather
than lots of indented code. Change recursive_rmdir()
to return the smbd standards of True on success, False
on fail (it was doing the reverse, which was very confusing).
Jeremy.
(This used to be commit 27dc5bebda7ffbdcb2371638f6132063a953fba2)
source3/smbd/reply.c