From: Howard Chu Date: Tue, 4 Dec 2012 02:00:36 +0000 (-0800) Subject: Fix typo X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e1559100eb8e9a664cd68915e5acbf8caa334fa1;p=openldap Fix typo See commit bb36bdcd1c22d1fbc6575452ef5c9112715ab083 --- diff --git a/servers/slapd/back-bdb/idl.c b/servers/slapd/back-bdb/idl.c index a8b67ad3d8..465389a4fc 100644 --- a/servers/slapd/back-bdb/idl.c +++ b/servers/slapd/back-bdb/idl.c @@ -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;