From 34a6350715ddeea88dbbd13b17858b0890d85630 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 29 Mar 2010 22:36:07 +0200 Subject: s4:torture/rpc/lsa.c: test for NT_STATUS_RPC_SS_CONTEXT_MISMATCH instead of NT_STATUS_NET_WRITE_FAULT metze --- source4/torture/rpc/lsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c index 30c7a24e6f..3f91afedd6 100644 --- a/source4/torture/rpc/lsa.c +++ b/source4/torture/rpc/lsa.c @@ -2765,7 +2765,7 @@ bool test_lsa_Close(struct dcerpc_binding_handle *b, } torture_assert_ntstatus_equal(tctx, dcerpc_lsa_Close_r(b, tctx, &r), - NT_STATUS_NET_WRITE_FAULT, "Close should failed"); + NT_STATUS_RPC_SS_CONTEXT_MISMATCH, "Close should failed"); torture_comment(tctx, "\n"); -- cgit