mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix prev commit, attrs_dup left a_desc uninit'd
This commit is contained in:
parent
eb47d50da7
commit
43f0177a08
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user