ITS#4029 Fix misplaced lines in prev commit

This commit is contained in:
Howard Chu 2005-09-15 01:22:22 +00:00
parent 37ad7614de
commit 9b641006cb

View file

@ -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 );
}
;