mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Terminate f_sub_any array
This commit is contained in:
parent
1be73d766c
commit
afc8ec976b
@ -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 New Issue
Block a user