mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#8423 check for pause in accesslog_purge
This commit is contained in:
parent
7e7ed7b171
commit
b7c1a5d6b8
@ -701,6 +701,7 @@ accesslog_purge( void *ctx, void *arg )
|
||||
}
|
||||
ch_free( pd.ndn[i].bv_val );
|
||||
ch_free( pd.dn[i].bv_val );
|
||||
ldap_pvt_thread_pool_pausecheck( &connection_pool );
|
||||
}
|
||||
ch_free( pd.ndn );
|
||||
ch_free( pd.dn );
|
||||
|
Loading…
Reference in New Issue
Block a user