clarify the usage of dnParent( dn, dn )

This commit is contained in:
Pierangelo Masarati 2005-04-01 23:58:38 +00:00
parent 542468dcad
commit a736b1041e

View file

@ -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(