1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19361: added a comment

(This used to be commit 1581babfb5)
This commit is contained in:
Andrew Tridgell 2006-10-17 01:18:47 +00:00 committed by Gerald (Jerry) Carter
parent 6ba4992faa
commit 5535b43efd

View 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 */