ITS#9361 prevent CSN from being generated for purge deletes

This commit is contained in:
Howard Chu 2020-10-02 13:25:52 +01:00
parent 66af4cfd5d
commit fb587d3d58

View file

@ -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;