Skip to content
Snippets Groups Projects
Commit 8d0cd119 authored by Howard Chu's avatar Howard Chu
Browse files

Let the backend know there's a sync search

parent 865f0db1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment