_FAULT_STR_NO_NT_MAPPING(DCERPC_NCA_S_OUT_ARGS_TOO_BIG),
_FAULT_STR(DCERPC_NCA_S_SERVER_TOO_BUSY, NT_STATUS_RPC_SERVER_TOO_BUSY),
_FAULT_STR_NO_NT_MAPPING(DCERPC_NCA_S_FAULT_STRING_TOO_LARGE),
- _FAULT_STR_NO_NT_MAPPING(DCERPC_NCA_S_UNSUPPORTED_TYPE),
+ _FAULT_STR(DCERPC_NCA_S_UNSUPPORTED_TYPE, NT_STATUS_RPC_UNSUPPORTED_TYPE),
_FAULT_STR_NO_NT_MAPPING(DCERPC_NCA_S_FAULT_ADDR_ERROR),
_FAULT_STR(DCERPC_NCA_S_FAULT_FP_DIV_BY_ZERO, NT_STATUS_RPC_FP_DIV_ZERO),
_FAULT_STR(DCERPC_NCA_S_FAULT_FP_UNDERFLOW, NT_STATUS_RPC_FP_UNDERFLOW),
torture_assert(tctx,
test_object_one_uuid(tctx, NULL,
- NT_STATUS_RPC_NOT_RPC_ERROR,
+ NT_STATUS_RPC_UNSUPPORTED_TYPE,
DCERPC_NCA_S_UNSUPPORTED_TYPE),
"failed to test NULL object uuid");
object_uuid = GUID_zero();
torture_assert(tctx,
test_object_one_uuid(tctx, &object_uuid,
- NT_STATUS_RPC_NOT_RPC_ERROR,
+ NT_STATUS_RPC_UNSUPPORTED_TYPE,
DCERPC_NCA_S_UNSUPPORTED_TYPE),
"failed to test zeroed object uuid");
object_uuid = GUID_random();
torture_assert(tctx,
test_object_one_uuid(tctx, &object_uuid,
- NT_STATUS_RPC_NOT_RPC_ERROR,
+ NT_STATUS_RPC_UNSUPPORTED_TYPE,
DCERPC_NCA_S_UNSUPPORTED_TYPE),
"failed to test random object uuid");
torture_assert(tctx,
test_object_one_uuid(tctx, &ndr_table_spoolss.syntax_id.uuid,
- NT_STATUS_RPC_NOT_RPC_ERROR,
+ NT_STATUS_RPC_UNSUPPORTED_TYPE,
DCERPC_NCA_S_UNSUPPORTED_TYPE),
"failed to test spoolss interface uuid");
torture_assert(tctx,
test_object_one_uuid(tctx, &ndr_table_iremotewinspool.syntax_id.uuid,
- NT_STATUS_RPC_NOT_RPC_ERROR,
+ NT_STATUS_RPC_UNSUPPORTED_TYPE,
DCERPC_NCA_S_UNSUPPORTED_TYPE),
"failed to test iremotewinspool interface uuid");