mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Cleanup prev commit
This commit is contained in:
parent
41bf5c906a
commit
b917266ca1
1 changed files with 2 additions and 3 deletions
|
|
@ -1481,9 +1481,8 @@ mdb_page_spill(MDB_cursor *m0, MDB_val *key, MDB_val *data)
|
|||
unsigned int num = sl[0];
|
||||
j=1;
|
||||
for (i=1; i<=num; i++) {
|
||||
if (sl[i] == sl[j])
|
||||
continue;
|
||||
sl[++j] = sl[i];
|
||||
if (sl[j] != sl[i])
|
||||
sl[++j] = sl[i];
|
||||
}
|
||||
sl[0] = j;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue