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)
commit0c3194816b513e3743ddcacd1eca2b683ca39b88
tree49dfb6a30aabff84d14fcc6bacfa8a437f49c13d
parent64d4ff5dcc24d8dfd104b340816d2c89b7735a85
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)
(This used to be commit 8438a6a7d4506d395c8b4bd0e99f9c100e5e3c4e)
source3/libsmb/clierror.c
source3/libsmb/libsmbclient.c
source3/libsmb/nterr.c
source3/rpcclient/cmd_srvsvc.c
source3/utils/net_rpc.c