]> git.sur5r.net Git - openldap/commit
ITS#8133 avoid mods during dds_db_open
authorRyan Tandy <ryan@nardis.ca>
Thu, 7 May 2015 04:39:10 +0000 (21:39 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 18 Aug 2015 19:57:19 +0000 (14:57 -0500)
commitbb84a2be2912df79f028f412beab79554f5d5790
treed878b5e6acb878a9cc460dc572c68b44ad3a7f6a
parent079fce55e0b6cc5790550fd957ab76e02c2a0f06
ITS#8133 avoid mods during dds_db_open

If dds is present early in the overlay stack, the modify ops from
dds_expire can trigger other overlays before they have initialized.
Avoid that by delaying the first expiry until startup has finished.
servers/slapd/overlays/dds.c