svn commit: samba r8249 - in branches/SAMBA_4_0/source/kdc: .

abartlet at samba.org abartlet at samba.org
Sat Jul 9 01:55:13 GMT 2005


Author: abartlet
Date: 2005-07-09 01:55:13 +0000 (Sat, 09 Jul 2005)
New Revision: 8249

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

Log:
Clarify (with a comment) why we are playing these games here.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/kdc/hdb-ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/hdb-ldb.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2005-07-09 01:54:28 UTC (rev 8248)
+++ branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2005-07-09 01:55:13 UTC (rev 8249)
@@ -460,6 +460,7 @@
 
 	struct ldb_message **msg;
 
+	/* Structure assignment, so we don't mess with the source parameter */
 	struct Principal princ = *principal;
 
 	/* Allow host/dns.name/realm at REALM, just convert into host/dns.name at REALM */



More information about the samba-cvs mailing list