mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-12 18:02:54 -05:00
Fix typo in prev commit
This commit is contained in:
parent
37dfbd3e8b
commit
cd35516bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ bdb_cache_lru_purge( struct bdb_info *bdb )
|
|||
elru->bei_e = NULL;
|
||||
count++;
|
||||
}
|
||||
bdb_cache_entry_dbunlock( bdb, lockp );
|
||||
bdb_cache_entry_db_unlock( bdb, lockp );
|
||||
|
||||
/* ITS#4010 if we're in slapcat, and this node is a leaf
|
||||
* node, free it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue