mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
ITS#4029 Fix misplaced lines in prev commit
This commit is contained in:
parent
37ad7614de
commit
9b641006cb
1 changed files with 2 additions and 2 deletions
|
|
@ -951,10 +951,10 @@ hdb_dn2idl_internal(
|
|||
}
|
||||
|
||||
saveit:
|
||||
if ( !BDB_IDL_IS_RANGE( cx->tmp ) && cx->tmp[0] > 1 )
|
||||
bdb_idl_sort( cx->tmp );
|
||||
if ( cx->bdb->bi_idl_cache_max_size ) {
|
||||
cx->key.data = &cx->id;
|
||||
if ( !BDB_IDL_IS_RANGE( cx->tmp ) && cx->tmp[0] > 1 )
|
||||
bdb_idl_sort( cx->tmp );
|
||||
bdb_idl_cache_put( cx->bdb, cx->db, &cx->key, cx->tmp, cx->rc );
|
||||
}
|
||||
;
|
||||
|
|
|
|||
Loading…
Reference in a new issue