From: Howard Chu Date: Mon, 24 Mar 2003 02:24:23 +0000 (+0000) Subject: SLAP_NVALUES - add attr_merge comment X-Git-Tag: NO_SLAP_OP_BLOCKS~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4d22b569debb8b72f7bc2cd614bf46af4a4cdc39;p=openldap SLAP_NVALUES - add attr_merge comment --- diff --git a/servers/slapd/attr.c b/servers/slapd/attr.c index d2a52aee5f..599b89193a 100644 --- a/servers/slapd/attr.c +++ b/servers/slapd/attr.c @@ -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 */