mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 13:23:44 -05:00
Fix prev commit
This commit is contained in:
parent
f696f7ab55
commit
42e0814247
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ bdb_cache_entryinfo_destroy( EntryInfo *e )
|
|||
} else { \
|
||||
(cache)->c_lrutail = (ei)->bei_lruprev; \
|
||||
} \
|
||||
(ei)->bei_lrunext = (ei)->bei_lruprev = NULL; \
|
||||
} while(0)
|
||||
|
||||
#define LRU_ADD( cache, ei ) do { \
|
||||
|
|
|
|||
Loading…
Reference in a new issue