From 19411c995391fe64916d42ace6c7de977a25e033 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 14 Dec 2011 00:06:53 +0100 Subject: s4-smbtorture: fix some typos in schannel test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Dec 14 02:52:54 CET 2011 on sn-devel-104 --- source4/torture/rpc/schannel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/torture/rpc/schannel.c') diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c index e79c1493d7..2874eaf7be 100644 --- a/source4/torture/rpc/schannel.c +++ b/source4/torture/rpc/schannel.c @@ -302,7 +302,7 @@ static bool test_schannel(struct torture_context *tctx, status = dcerpc_secondary_connection(p, &p_netlogon, b); - torture_assert_ntstatus_ok(tctx, status, "seconday connection"); + torture_assert_ntstatus_ok(tctx, status, "secondary connection"); status = dcerpc_bind_auth(p_netlogon, &ndr_table_netlogon, credentials, lpcfg_gensec_settings(tctx, tctx->lp_ctx), @@ -329,7 +329,7 @@ static bool test_schannel(struct torture_context *tctx, status = dcerpc_secondary_connection(p, &p_lsa, b); - torture_assert_ntstatus_ok(tctx, status, "seconday connection"); + torture_assert_ntstatus_ok(tctx, status, "secondary connection"); status = dcerpc_bind_auth(p_lsa, &ndr_table_lsarpc, credentials, lpcfg_gensec_settings(tctx, tctx->lp_ctx), @@ -369,7 +369,7 @@ static bool test_schannel(struct torture_context *tctx, status = dcerpc_secondary_connection(p_samr2, &p_netlogon2, b); - torture_assert_ntstatus_ok(tctx, status, "seconday connection"); + torture_assert_ntstatus_ok(tctx, status, "secondary connection"); /* and now setup an SCHANNEL bind on netlogon */ status = dcerpc_bind_auth(p_netlogon2, &ndr_table_netlogon, -- cgit