svn commit: samba r11520 - in branches/SAMBA_4_0/source/auth: .

abartlet at samba.org abartlet at samba.org
Sat Nov 5 10:51:14 GMT 2005


Author: abartlet
Date: 2005-11-05 10:51:13 +0000 (Sat, 05 Nov 2005)
New Revision: 11520

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

Log:
indent

Modified:
   branches/SAMBA_4_0/source/auth/auth_sam.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/auth_sam.c
===================================================================
--- branches/SAMBA_4_0/source/auth/auth_sam.c	2005-11-05 10:00:18 UTC (rev 11519)
+++ branches/SAMBA_4_0/source/auth/auth_sam.c	2005-11-05 10:51:13 UTC (rev 11520)
@@ -561,7 +561,7 @@
 	
 	/* grab domain info from the reference */
 	ret = gendb_search(sam_ctx, tmp_ctx, NULL, &msgs_domain_ref, domain_ref_attrs,
-				  "(ncName=%s)", ldb_dn_linearize(tmp_ctx, domain_dn));
+			   "(ncName=%s)", ldb_dn_linearize(tmp_ctx, domain_dn));
 
 	if (ret != 1) {
 		talloc_free(tmp_ctx);



More information about the samba-cvs mailing list