From 7755e196a15ada80505c3ffd77b41c20e60b69ec Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 16 Jul 2010 22:41:32 +0200 Subject: s4-smbtorture: make sure to wipe out dcerpc auth flags before RPC-BIND starts. Guenther --- source4/torture/rpc/bind.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/rpc/bind.c') diff --git a/source4/torture/rpc/bind.c b/source4/torture/rpc/bind.c index b36e54cac0..909596d1cd 100644 --- a/source4/torture/rpc/bind.c +++ b/source4/torture/rpc/bind.c @@ -52,6 +52,7 @@ static bool test_bind(struct torture_context *tctx, torture_rpc_binding(tctx, &binding), "failed to parse binding string"); + binding->flags &= ~DCERPC_AUTH_OPTIONS; binding->flags |= *flags; torture_assert_ntstatus_ok(tctx, -- cgit