r19361: added a comment
authorAndrew Tridgell <tridge@samba.org>
Tue, 17 Oct 2006 01:18:47 +0000 (01:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:16 +0000 (14:21 -0500)
(This used to be commit 1581babfb5a5bbbfc2706dbec9b37b03fe9a5af6)

source4/lib/ldb/common/ldb_dn.c

index 2902309f10024aee9e74148d108e56e83e5ed9f5..e937a2b7fc40cbe10f8c4cfccc800e3203a025a7 100644 (file)
@@ -337,6 +337,9 @@ failed:
        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 */