From: Howard Chu Date: Sat, 27 Nov 2004 14:54:49 +0000 (+0000) Subject: Let the backend know there's a sync search X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~197 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8d0cd119abd8d34f1eb7099ae6442fa51b0d1a1a;p=openldap Let the backend know there's a sync search --- diff --git a/servers/slapd/overlays/syncprov.c b/servers/slapd/overlays/syncprov.c index 27bf28e090..68af511759 100644 --- a/servers/slapd/overlays/syncprov.c +++ b/servers/slapd/overlays/syncprov.c @@ -1491,7 +1491,9 @@ shortcut: cb->sc_next = op->o_callback; op->o_callback = cb; +#if 0 /* I don't think we need to shortcircuit back-bdb any more */ op->o_sync_mode &= SLAP_CONTROL_MASK; +#endif /* If this is a persistent search and no changes were reported during * the refresh phase, just invoke the response callback to transition