mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
clarify the usage of dnParent( dn, dn )
This commit is contained in:
parent
542468dcad
commit
a736b1041e
1 changed files with 4 additions and 0 deletions
|
|
@ -1097,6 +1097,10 @@ rdnMatch(
|
||||||
* dnParent - dn's parent, in-place
|
* dnParent - dn's parent, in-place
|
||||||
* note: the incoming dn is assumed to be normalized/prettyfied,
|
* note: the incoming dn is assumed to be normalized/prettyfied,
|
||||||
* so that escaped rdn/ava separators are in '\'+hexpair form
|
* so that escaped rdn/ava separators are in '\'+hexpair form
|
||||||
|
*
|
||||||
|
* note: "dn" and "pdn" can point to the same berval;
|
||||||
|
* beware that, in this case, the pointer to the original buffer
|
||||||
|
* will get lost.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
dnParent(
|
dnParent(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue