wait until syncprov freezes

This commit is contained in:
Pierangelo Masarati 2004-11-27 10:16:15 +00:00
parent 1bb93ae084
commit 27529430a6

View file

@ -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 ) {