summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-02-27 19:55:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:07 -0500
commit359ec2b0e0867050426f502e7bdf1babff566d29 (patch)
tree43d97b38409c700b32bd69eda50f21e5d1312b71
parent760f5b4b39718e317e6a8f418e0ed156827ee0b1 (diff)
downloadsamba-359ec2b0e0867050426f502e7bdf1babff566d29.tar.gz
samba-359ec2b0e0867050426f502e7bdf1babff566d29.tar.bz2
samba-359ec2b0e0867050426f502e7bdf1babff566d29.zip
r13726: Fix indentation.
rafal (This used to be commit cedaf08170fddc8e4a3f9e4aea0f2c7f08759061)
-rw-r--r--source4/librpc/rpc/dcerpc_util.c2
1 files changed, 1 insertions, 1 deletions
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)
{