From: Howard Chu Date: Mon, 1 Jan 2007 02:16:25 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~285 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cd35516bdc0fc2772c1698083261ec9bb0cec943;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/back-bdb/cache.c b/servers/slapd/back-bdb/cache.c index 4dc03f7b7b..1148826774 100644 --- a/servers/slapd/back-bdb/cache.c +++ b/servers/slapd/back-bdb/cache.c @@ -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.