s3:libsmb: don't use the cli->inbuf to store the last error
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Jul 2011 08:52:22 +0000 (10:52 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 8 Jul 2011 12:09:09 +0000 (14:09 +0200)
commit235aedae5030dac138fbaa5726022f5007586cd2
tree5acf9987d1e94a2905d292d7c713198dab1fa170
parent0342b69f36acdb9418f4b85ed48f3c6b78ef553f
s3:libsmb: don't use the cli->inbuf to store the last error

We keep the raw error in cli->raw_status now, until we fixed all
caller to get the NTSTATUS from the function calls.

metze
source3/include/async_smb.h
source3/include/client.h
source3/libsmb/async_smb.c
source3/libsmb/clientgen.c
source3/libsmb/clierror.c