_operational should return SLAP_CB_CONTINUE

This commit is contained in:
Howard Chu 2004-11-29 19:33:35 +00:00
parent 9114b1b116
commit 7bdf2ab549

View File

@ -1578,7 +1578,7 @@ syncprov_operational(
ldap_pvt_thread_mutex_unlock( &si->si_csn_mutex ); ldap_pvt_thread_mutex_unlock( &si->si_csn_mutex );
} }
} }
return LDAP_SUCCESS; return SLAP_CB_CONTINUE;
} }
static int static int