mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Cleanup prev commit
This commit is contained in:
parent
41bf5c906a
commit
b917266ca1
@ -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 New Issue
Block a user