mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
parent
fe9e1113ae
commit
e1559100eb
1 changed files with 1 additions and 1 deletions
|
|
@ -1454,7 +1454,7 @@ bdb_idl_sort( ID *ids, ID *tmp )
|
|||
ids[l+1] = ids[j];
|
||||
ids[j] = a;
|
||||
jstack += 2;
|
||||
if (ir-i+1 >= j-1) {
|
||||
if (ir-i+1 >= j-l) {
|
||||
istack[jstack] = ir;
|
||||
istack[jstack-1] = i;
|
||||
ir = j-1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue