]> git.ipfire.org Git - thirdparty/samba.git/commit
librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error mapping
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Feb 2017 07:07:06 +0000 (08:07 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 25 Feb 2017 00:35:17 +0000 (01:35 +0100)
commit023fbcbde8034579867f977645d67312f4bef733
treecaee9b0d4d76feb13a2f3c03bb9d0678da3f0fd9
parent4db119f99f52fb61dd1f6175adce86fe63258f75
librpc/rpc: fix regression in NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error mapping

Commit 1eef70872930fa4f9d3dedd23476b34cae638428 changed the mapping for
DCERPC_NCA_S_FAULT_INVALID_TAG from NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE
to NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12585

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit c97e39b34fcf260ded42ef1a9efe7ed55e65a1cf)
librpc/rpc/dcerpc_error.c