From b0d69a857c14cec052f8c109fdf47f493c8d35c2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Jul 2010 10:59:16 +0200 Subject: Revert "s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS." This reverts commit 3587bb63e21c3f033a17bb493dceb64b05fe85d6. --- source4/torture/rpc/session_key.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4') diff --git a/source4/torture/rpc/session_key.c b/source4/torture/rpc/session_key.c index e782e5e321..7335c40df3 100644 --- a/source4/torture/rpc/session_key.c +++ b/source4/torture/rpc/session_key.c @@ -165,12 +165,6 @@ static bool test_secrets(struct torture_context *torture, const void *_data) binding->flags |= settings->bindoptions; - if (binding->flags & DCERPC_PUSH_BIGENDIAN) { - if (torture_setting_bool(torture, "samba3", false)) { - torture_skip(torture, "skipping bigendian test against samba3\n"); - } - } - status = dcerpc_pipe_connect_b(torture, &p, binding, &ndr_table_lsarpc, cmdline_credentials, -- cgit