mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix prev commit, attrs_dup left a_desc uninit'd
This commit is contained in:
parent
eb47d50da7
commit
43f0177a08
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue