mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
SLAP_NVALUES - add attr_merge comment
This commit is contained in:
parent
0e1378e55e
commit
4d22b569de
1 changed files with 4 additions and 0 deletions
|
|
@ -116,6 +116,10 @@ Attribute *attrs_dup( Attribute *a )
|
|||
/*
|
||||
* attr_merge - merge the given type and value with the list of
|
||||
* attributes in attrs.
|
||||
*
|
||||
* For SLAP_NVALUES: nvals must be NULL if the attribute has no
|
||||
* normalizer. In this case, a->a_nvals will be set equal to a->a_vals.
|
||||
*
|
||||
* returns 0 everything went ok
|
||||
* -1 trouble
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue