From 5535b43efd297deb31c900a60762af1642779278 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 17 Oct 2006 01:18:47 +0000 Subject: r19361: added a comment (This used to be commit 1581babfb5a5bbbfc2706dbec9b37b03fe9a5af6) --- source4/lib/ldb/common/ldb_dn.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/lib/ldb/common/ldb_dn.c b/source4/lib/ldb/common/ldb_dn.c index 2902309f10..e937a2b7fc 100644 --- a/source4/lib/ldb/common/ldb_dn.c +++ b/source4/lib/ldb/common/ldb_dn.c @@ -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 */ -- cgit