svn commit: samba r10800 - in branches/SAMBA_4_0/source/torture/rpc: .

abartlet at samba.org abartlet at samba.org
Fri Oct 7 04:00:12 GMT 2005


Author: abartlet
Date: 2005-10-07 04:00:11 +0000 (Fri, 07 Oct 2005)
New Revision: 10800

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

Log:
Indent

Modified:
   branches/SAMBA_4_0/source/torture/rpc/testjoin.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/testjoin.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2005-10-07 03:50:06 UTC (rev 10799)
+++ branches/SAMBA_4_0/source/torture/rpc/testjoin.c	2005-10-07 04:00:11 UTC (rev 10800)
@@ -390,10 +390,10 @@
 	cli_credentials_set_password(*machine_credentials, libnet_r->out.join_password, CRED_SPECIFIED);
 	if (acct_flags & ACB_SVRTRUST) {
 		cli_credentials_set_secure_channel_type(*machine_credentials,
-						SEC_CHAN_BDC);
+							SEC_CHAN_BDC);
 	} else if (acct_flags & ACB_WSTRUST) {
 		cli_credentials_set_secure_channel_type(*machine_credentials,
-						SEC_CHAN_WKSTA);
+							SEC_CHAN_WKSTA);
 	} else {
 		DEBUG(0, ("Invalid account type specificed to torture_join_domain\n"));
 		talloc_free(*machine_credentials);



More information about the samba-cvs mailing list