mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Clean up SLAP_NVALUES comment
This commit is contained in:
parent
4604634592
commit
bf438cda3e
1 changed files with 2 additions and 2 deletions
|
|
@ -111,8 +111,8 @@ 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.
|
||||
* 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