mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-10 17:03:09 -05:00
Adjusting an initial buffer size for x509Certificate
This commit is contained in:
parent
e3ab329d4e
commit
65026f4300
1 changed files with 1 additions and 1 deletions
|
|
@ -1207,7 +1207,7 @@ test_comp_filter_item(
|
|||
if ( !a->a_comp_data && attr_converter && nibble_mem_allocator ) {
|
||||
a->a_comp_data = malloc( sizeof( ComponentData ) );
|
||||
/* Memory chunk pre-allocation for decoders */
|
||||
a->a_comp_data->cd_mem_op = nibble_mem_allocator ( 1024*4, 1024 );
|
||||
a->a_comp_data->cd_mem_op = nibble_mem_allocator ( 1024*16, 1024 );
|
||||
a->a_comp_data->cd_tree = attr_converter (a, syn, bv);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue