From: Kurt Zeilenga Date: Fri, 16 May 2003 03:58:28 +0000 (+0000) Subject: Clean up SLAP_NVALUES comment X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~119 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bf438cda3ec74b36b480a940cca7713eff59abe0;p=openldap Clean up SLAP_NVALUES comment --- diff --git a/servers/slapd/attr.c b/servers/slapd/attr.c index 8eaed0fc7b..f46be1f472 100644 --- a/servers/slapd/attr.c +++ b/servers/slapd/attr.c @@ -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