mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Fix typo
This commit is contained in:
parent
b8cf299007
commit
afa4a82747
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ freeout:
|
|||
mp = ( monitor_entry_t * )e_tmp->e_private;
|
||||
e = e_tmp;
|
||||
e_tmp = mp->mp_next;
|
||||
monitor_cache_lock( mi, e );
|
||||
monitor_cache_lock( e );
|
||||
monitor_cache_release( mi, e );
|
||||
|
||||
if ( e_tmp == e_nonvolatile ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue