Skip to content
Snippets Groups Projects
Commit 27529430 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

wait until syncprov freezes

parent 1bb93ae0
No related branches found
No related tags found
No related merge requests found
......@@ -676,12 +676,14 @@ backsql_process_filter( backsql_srch_info *bsi, Filter *f )
* TODO: introduce appropriate entryCSN filtering
* to support syncrepl as producer...
*/
#if 0 /* wait until syncprov.c freezes */
if ( bsi->bsi_op->o_sync_mode & SLAP_SYNC_PERSIST ) {
/* unsupported at present... */
bsi->bsi_status = LDAP_OTHER;
rc = -1;
goto done;
}
#endif
} else if ( ad == slap_schema.si_ad_hasSubordinates || ad == NULL ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment