diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-10-17 01:18:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:21:16 -0500 |
commit | 5535b43efd297deb31c900a60762af1642779278 (patch) | |
tree | cc014e71bb8e36522a4b30ada44a895998263fc8 /source4/lib/ldb/common | |
parent | 6ba4992faabd47bfb77ca3eedc902f9a5e83d24a (diff) | |
download | samba-5535b43efd297deb31c900a60762af1642779278.tar.gz samba-5535b43efd297deb31c900a60762af1642779278.tar.bz2 samba-5535b43efd297deb31c900a60762af1642779278.zip |
r19361: added a comment
(This used to be commit 1581babfb5a5bbbfc2706dbec9b37b03fe9a5af6)
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r-- | source4/lib/ldb/common/ldb_dn.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |