svn commit: samba r13582 - in branches/SAMBA_4_0/source/librpc/rpc: .

abartlet at samba.org abartlet at samba.org
Tue Feb 21 00:05:02 GMT 2006


Author: abartlet
Date: 2006-02-21 00:05:01 +0000 (Tue, 21 Feb 2006)
New Revision: 13582

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13582

Log:
Indent

Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2006-02-20 23:22:56 UTC (rev 13581)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2006-02-21 00:05:01 UTC (rev 13582)
@@ -810,7 +810,7 @@
 	status = dcerpc_pipe_connect_b(mem_ctx, 
 				       &p,
 				       epmapper_binding,
-					   &dcerpc_table_epmapper,
+				       &dcerpc_table_epmapper,
 				       anon_creds, ev);
 
 	if (!NT_STATUS_IS_OK(status)) {
@@ -1054,8 +1054,8 @@
    binding to determine the endpoint and options */
 NTSTATUS dcerpc_pipe_connect(TALLOC_CTX *parent_ctx, 
 			     struct dcerpc_pipe **pp, 
-				 const char *binding,
-				 const struct dcerpc_interface_table *table,
+			     const char *binding,
+			     const struct dcerpc_interface_table *table,
 			     struct cli_credentials *credentials,
 			     struct event_context *ev)
 {



More information about the samba-cvs mailing list