mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Tweak stack size in prev commit
This commit is contained in:
parent
2dd87ed9e6
commit
ab2b541988
1 changed files with 1 additions and 1 deletions
|
|
@ -1305,7 +1305,7 @@ int bdb_idl_append( ID *a, ID *b )
|
|||
void
|
||||
bdb_idl_sort( ID *ids )
|
||||
{
|
||||
int istack[BDB_IDL_LOGN*4];
|
||||
int istack[(BDB_IDL_LOGN+1)*2];
|
||||
int i,j,k,l,ir,jstack;
|
||||
ID a;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue