SLAP_NVALUES - add attr_merge comment

This commit is contained in:
Howard Chu 2003-03-24 02:24:23 +00:00
parent 0e1378e55e
commit 4d22b569de

View file

@ -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
*/