mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
Terminate f_sub_any array
This commit is contained in:
parent
1be73d766c
commit
afc8ec976b
1 changed files with 1 additions and 0 deletions
|
|
@ -1433,6 +1433,7 @@ slapi_filter_dup( Slapi_Filter *filter )
|
|||
for ( i = 0; filter->f_sub_any[i].bv_val != NULL; i++ ) {
|
||||
ber_dupbv( &f->f_sub_any[i], &filter->f_sub_any[i] );
|
||||
}
|
||||
f->f_sub_any[i].bv_val = NULL;
|
||||
ber_dupbv( &f->f_sub_final, &filter->f_sub_final );
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue