]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/attr.c
ITS#4337 insert EntryInfo in proper slot
[openldap] / servers / slapd / attr.c
index 82c94abaa01b7674056c51f31c27105b0740adcc..5cf97ec67e6d00f63af0ef264ac3918605a57e53 100644 (file)
@@ -250,6 +250,7 @@ attrs_dup( Attribute *a )
        anew = attrs_alloc( i );
 
        for( tmp=anew; a; a=a->a_next ) {
+               tmp->a_desc = a->a_desc;
                attr_dup2( tmp, a );
                tmp=tmp->a_next;
        }