diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 05:48:29 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 05:48:29 +0200 |
| commit | db872cfe3713315a5163bf0db8e9644019c9c664 (patch) | |
| tree | f9b2fadb67515ab1f0dc12d67953caeff4773336 /source4/libcli | |
| parent | e970efc721abafb9d0a30579454d18b1d502a272 (diff) | |
| download | samba-db872cfe3713315a5163bf0db8e9644019c9c664.tar.gz samba-db872cfe3713315a5163bf0db8e9644019c9c664.tar.xz samba-db872cfe3713315a5163bf0db8e9644019c9c664.zip | |
Remove more hand-written marshallers.
Diffstat (limited to 'source4/libcli')
| -rw-r--r-- | source4/libcli/util/ntstatus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/util/ntstatus.h b/source4/libcli/util/ntstatus.h index 9c7bee0dfe..7d223ae789 100644 --- a/source4/libcli/util/ntstatus.h +++ b/source4/libcli/util/ntstatus.h @@ -597,6 +597,7 @@ typedef uint32_t NTSTATUS; #define NT_STATUS_DOWNGRADE_DETECTED NT_STATUS(0xC0000000 | 0x0388) #define NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED NT_STATUS(0xC0000000 | 0x20004) #define NT_STATUS_RPC_UNSUPPORTED_NAME_SYNTAX NT_STATUS(0xC0000000 | 0x20026) +#define NT_STATUS_RPC_NT_CALL_FAILED NT_STATUS(0xC0000000 | 0x2001B) /* I use NT_STATUS_FOOBAR when I have no idea what error code to use - |
