mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#8011 fix prev patch
Remove assert. This is merely a cache of parent DNs, failure to insert doesn't affect outcome.
This commit is contained in:
parent
9b4895561c
commit
c5378df634
@ -763,7 +763,8 @@ mdb_idscopes(
|
||||
int i;
|
||||
for ( i = 1; i <= isc->sctmp[0].mid; i++ ) {
|
||||
rc = mdb_id2l_insert( isc->scopes, &isc->sctmp[i] );
|
||||
assert(rc == 0);
|
||||
if ( rc )
|
||||
break;
|
||||
}
|
||||
/* check id again since inserts may have changed its position */
|
||||
if ( isc->scopes[x].mid != id )
|
||||
|
Loading…
Reference in New Issue
Block a user