diff options
author | Günther Deschner <gd@samba.org> | 2009-09-08 23:19:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-08 23:21:14 +0200 |
commit | 5f2ec4b202492c7b06a59606dbc5d5eb366be533 (patch) | |
tree | 67fd15df6e6f725fa7544517b043951c77c5f21e /libcli/util | |
parent | d5643a08e9da1f3df2ef7eeb6eb9a0afbdca36a1 (diff) | |
download | samba-5f2ec4b202492c7b06a59606dbc5d5eb366be533.tar.gz samba-5f2ec4b202492c7b06a59606dbc5d5eb366be533.tar.bz2 samba-5f2ec4b202492c7b06a59606dbc5d5eb366be533.zip |
s3-nterr: add NT_STATUS_RPC_NT_CALL_FAILED.
Guenther
Diffstat (limited to 'libcli/util')
-rw-r--r-- | libcli/util/ntstatus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcli/util/ntstatus.h b/libcli/util/ntstatus.h index dd1a0d0db0..7739424ba7 100644 --- a/libcli/util/ntstatus.h +++ b/libcli/util/ntstatus.h @@ -605,6 +605,7 @@ typedef uint32_t NTSTATUS; #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) +#define NT_STATUS_RPC_NT_PROTOCOL_ERROR NT_STATUS(0xC0000000 | 0x2001D) #define NT_STATUS_ERROR_DS_OBJ_STRING_NAME_EXISTS NT_STATUS(0xC0000000 | 0x2071) #define NT_STATUS_ERROR_DS_INCOMPATIBLE_VERSION NT_STATUS(0xC0000000 | 0x00002177) |