From de94672fe083e7a335846353c61b5c0aa08ac0b1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 29 Mar 2010 22:45:05 +0200 Subject: [PATCH] s4:torture/rpc/alter_context.c: check for NT_STATUS_RPC_BAD_STUB_DATA instead of NT_STATUS_NET_WRITE_FAULT metze --- source4/torture/rpc/alter_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/alter_context.c b/source4/torture/rpc/alter_context.c index 640164316e6..015e3a25fda 100644 --- a/source4/torture/rpc/alter_context.c +++ b/source4/torture/rpc/alter_context.c @@ -98,7 +98,7 @@ bool torture_rpc_alter_context(struct torture_context *torture) torture_assert_ntstatus_ok(torture, status, "dcerpc_alter_context failed"); torture_comment(torture, "Testing DSSETUP pipe operations - should fault\n"); - ret &= test_DsRoleGetPrimaryDomainInformation_ext(torture, p, NT_STATUS_NET_WRITE_FAULT); + ret &= test_DsRoleGetPrimaryDomainInformation_ext(torture, p, NT_STATUS_RPC_BAD_STUB_DATA); ret &= test_lsa_OpenPolicy2(p->binding_handle, torture, &handle); -- 2.34.1