mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup monitor unregister (ITS#6808)
This commit is contained in:
parent
2d545befdd
commit
2a513ad623
@ -5523,7 +5523,7 @@ pcache_monitor_db_close( BackendDB *be )
|
||||
|
||||
if ( mi && &mi->bi_extra ) {
|
||||
mbe = mi->bi_extra;
|
||||
mbe->unregister_entry_callback( NULL,
|
||||
mbe->unregister_entry_callback( &cm->monitor_ndn,
|
||||
(monitor_callback_t *)cm->monitor_cb,
|
||||
NULL, 0, NULL );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user