mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
trim prev commit
This commit is contained in:
parent
a8dbfd322a
commit
36914d7be6
1 changed files with 0 additions and 2 deletions
|
|
@ -266,7 +266,6 @@ static int bdb_tool_next_id(
|
|||
unsigned i;
|
||||
|
||||
e->e_id = ei->bei_id;
|
||||
rc = DB_KEYEXIST;
|
||||
|
||||
for ( i=0; i<nholes; i++) {
|
||||
if ( holes[i].id == e->e_id ) {
|
||||
|
|
@ -275,7 +274,6 @@ static int bdb_tool_next_id(
|
|||
for (j=i;j<nholes;j++) holes[j] = holes[j+1];
|
||||
holes[j].id = 0;
|
||||
nholes--;
|
||||
rc = 0;
|
||||
break;
|
||||
} else if ( holes[i].id > e->e_id ) {
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue