]> git.sur5r.net Git - openldap/commitdiff
Tweak stack size in prev commit
authorHoward Chu <hyc@openldap.org>
Mon, 12 Sep 2005 03:56:21 +0000 (03:56 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 12 Sep 2005 03:56:21 +0000 (03:56 +0000)
servers/slapd/back-bdb/idl.c

index e8d6546ff0c9996a7e8cb7f15beb99c079193223..2b7560417e7e6c14861fe84ebf71edc8b889d5bf 100644 (file)
@@ -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;