mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
6ba4992faa
commit
5535b43efd
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user