mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Let the backend know there's a sync search
This commit is contained in:
parent
865f0db180
commit
8d0cd119ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user