r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
authorAndrew Tridgell <tridge@samba.org>
Sun, 24 Sep 2006 02:32:34 +0000 (02:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:01:06 +0000 (12:01 -0500)
commit8438a6a7d4506d395c8b4bd0e99f9c100e5e3c4e
tree8223c0493cff2b6d4bd524bdce5ff6c8e169e9ab
parent6d5f507136be327558e98214b64eca225ca23d66
r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. It
still doesn't compile with immediate structures and the
NTSTATUS/WERROR separation, as there are still several places where
the two error types are mixed up. I haven't fixed those as they
require decisions about the rpcclient code that I really don't want to
get into (the error handling there is a mess)

So samba3 compiles now, but only becaise HAVE_IMMEDIATE_STRUCTURES is
not used (look for HAVE_IMMEDIATE_STRUCTURES_XX_DISABLED)
source/libsmb/clierror.c
source/libsmb/libsmbclient.c
source/libsmb/nterr.c
source/rpcclient/cmd_srvsvc.c
source/utils/net_rpc.c