mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix ISTACK space
This commit is contained in:
parent
d269703322
commit
20223a9ca5
@ -1298,7 +1298,7 @@ int bdb_idl_merge( ID *a, ID *b )
|
||||
#define SMALL 8
|
||||
#define SWAP(a,b) a^=b;b^=a;a^=b /* Swap integers without temp var */
|
||||
|
||||
#define ISTACK ((BDB_IDL_LOGN+1)*2)
|
||||
#define ISTACK ((BDB_IDL_LOGN+1)*4)
|
||||
|
||||
void
|
||||
bdb_idl_sort( ID *ids )
|
||||
|
Loading…
Reference in New Issue
Block a user