mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9361 prevent CSN from being generated for purge deletes
This commit is contained in:
parent
66af4cfd5d
commit
fb587d3d58
1 changed files with 1 additions and 0 deletions
|
|
@ -716,6 +716,7 @@ accesslog_purge( void *ctx, void *arg )
|
|||
|
||||
op->o_callback = &nullsc;
|
||||
op->o_dont_replicate = 1;
|
||||
op->o_csn = slap_empty_bv;
|
||||
|
||||
if ( pd.mincsn_updated ) {
|
||||
Modifications mod;
|
||||
|
|
|
|||
Loading…
Reference in a new issue