r20558: Refactor rmdir_internals to use early termination rather
commit27dc5bebda7ffbdcb2371638f6132063a953fba2
authorJeremy Allison <jra@samba.org>
Fri, 5 Jan 2007 17:42:54 +0000 (5 17:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:56 +0000 (10 12:16 -0500)
tree06de3002efbe8244ba6c35cb05efb4c1d5040ad5
parent8f67efd582655e03fea746eee499f3cab6cbdb4d
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.
source/smbd/reply.c