From 12496ea5aba3a53691ca74f12192f489d7831592 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 May 2009 13:18:23 +0200 Subject: s4-smbtorture: remove trailing whitespace. Guenther --- source4/torture/rpc/samr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4') diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 55fbb44828..30e7e0889c 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -2674,7 +2674,7 @@ static bool test_QueryUserInfo_pwdlastset(struct dcerpc_pipe *p, } static bool test_SamLogon(struct torture_context *tctx, - struct dcerpc_pipe *p, + struct dcerpc_pipe *p, struct cli_credentials *test_credentials, NTSTATUS expected_result) { @@ -2908,7 +2908,7 @@ static bool test_SetPassword_pwdlastset(struct dcerpc_pipe *p, b->flags &= ~DCERPC_AUTH_OPTIONS; b->flags |= DCERPC_SCHANNEL | DCERPC_SIGN | DCERPC_SCHANNEL_128; - status = dcerpc_pipe_connect_b(tctx, &np, b, + status = dcerpc_pipe_connect_b(tctx, &np, b, &ndr_table_netlogon, machine_credentials, tctx->ev, tctx->lp_ctx); @@ -6181,7 +6181,7 @@ static bool test_ManyObjects(struct dcerpc_pipe *p, uint32_t i; struct policy_handle *handles = talloc_zero_array(tctx, struct policy_handle, num_total); - + /* query */ { -- cgit