mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s4-smbtorture: fix some typos in schannel test.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 14 02:52:54 CET 2011 on sn-devel-104
This commit is contained in:
parent
87be316c57
commit
19411c9953
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user