ITS#5596 contextCSN updates are internal operations.

This commit is contained in:
Rein Tollevik 2008-07-04 23:44:39 +00:00
parent 103c7b48e2
commit 99d004189a
2 changed files with 2 additions and 1 deletions

View File

@ -1338,7 +1338,7 @@ syncprov_checkpoint( Operation *op, SlapReply *rs, slap_overinst *on )
mod.sml_nvalues = NULL;
mod.sml_desc = slap_schema.si_ad_contextCSN;
mod.sml_op = LDAP_MOD_REPLACE;
mod.sml_flags = 0;
mod.sml_flags = SLAP_MOD_INTERNAL;
mod.sml_next = NULL;
cb.sc_response = slap_null_cb;

View File

@ -2733,6 +2733,7 @@ syncrepl_updateCookie(
mod.sml_op = LDAP_MOD_REPLACE;
mod.sml_desc = slap_schema.si_ad_contextCSN;
mod.sml_type = mod.sml_desc->ad_cname;
mod.sml_flags = SLAP_MOD_INTERNAL;
mod.sml_nvalues = NULL;
mod.sml_next = NULL;