]> git.sur5r.net Git - openldap/commitdiff
Fix ISTACK space
authorHoward Chu <hyc@openldap.org>
Thu, 15 Sep 2005 03:59:11 +0000 (03:59 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 15 Sep 2005 03:59:11 +0000 (03:59 +0000)
servers/slapd/back-bdb/idl.c

index 9f44d1083f9a1ef88413c4262238391539181187..a7594b6a04e988368a3136330afbc94cc1c281ec 100644 (file)
@@ -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 )