From 359ec2b0e0867050426f502e7bdf1babff566d29 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Mon, 27 Feb 2006 19:55:21 +0000 Subject: r13726: Fix indentation. rafal (This used to be commit cedaf08170fddc8e4a3f9e4aea0f2c7f08759061) --- source4/librpc/rpc/dcerpc_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c index fc0e2a713a..41121889e0 100644 --- a/source4/librpc/rpc/dcerpc_util.c +++ b/source4/librpc/rpc/dcerpc_util.c @@ -961,7 +961,7 @@ static NTSTATUS dcerpc_pipe_connect_ncacn_np(TALLOC_CTX *tmp_ctx, NTSTATUS dcerpc_pipe_connect_b(TALLOC_CTX *parent_ctx, struct dcerpc_pipe **pp, struct dcerpc_binding *binding, - const struct dcerpc_interface_table *table, + const struct dcerpc_interface_table *table, struct cli_credentials *credentials, struct event_context *ev) { -- cgit