diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-03-29 22:45:05 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-15 09:34:04 +0200 |
commit | de94672fe083e7a335846353c61b5c0aa08ac0b1 (patch) | |
tree | 88c7cad591355433a51f28c79cf4982037a4ba68 /source4/torture | |
parent | bb4a958c6df8bdccc5e7f8ac332bac5784924a8a (diff) | |
download | samba-de94672fe083e7a335846353c61b5c0aa08ac0b1.tar.gz samba-de94672fe083e7a335846353c61b5c0aa08ac0b1.tar.bz2 samba-de94672fe083e7a335846353c61b5c0aa08ac0b1.zip |
s4:torture/rpc/alter_context.c: check for NT_STATUS_RPC_BAD_STUB_DATA instead of NT_STATUS_NET_WRITE_FAULT
metze
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/alter_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/alter_context.c b/source4/torture/rpc/alter_context.c index 640164316e..015e3a25fd 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); |