svn commit: samba r19361 - in branches/SAMBA_4_0/source/lib/ldb/common: .

tridge at samba.org tridge at samba.org
Tue Oct 17 01:18:48 GMT 2006


Author: tridge
Date: 2006-10-17 01:18:47 +0000 (Tue, 17 Oct 2006)
New Revision: 19361

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

Log:

added a comment

Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c	2006-10-17 01:18:32 UTC (rev 19360)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb_dn.c	2006-10-17 01:18:47 UTC (rev 19361)
@@ -337,6 +337,9 @@
 	return NULL;
 }
 
+/*
+  explode a DN string into a ldb_dn structure
+*/
 struct ldb_dn *ldb_dn_explode(void *mem_ctx, const char *dn)
 {
 	struct ldb_dn *edn; /* the exploded dn */



More information about the samba-cvs mailing list