r21063: All case statements are now NTSTATUS returning
commit7e17e54cb729e34c935927fe69a43690c7f446ae
authorJeremy Allison <jra@samba.org>
Tue, 30 Jan 2007 22:20:55 +0000 (30 22:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:32 +0000 (10 12:17 -0500)
treec341c01ef7e2668b09a5c2f2eed1977f6a1b2aca
parent1f3c2b2abca6f1b3b59b73df038832e14106ff76
r21063: All case statements are now NTSTATUS returning
functions. Now to factor out the post processing
and make all cases behave the same (no mixture
of "early returns" and "break"s.
Jeremy
source/smbd/trans2.c
source/smbd/vfs.c