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

Fix prev commit, no syncinfo in RE21

parent e87c687b
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,6 @@ int backend_startup(Backend *be) ...@@ -316,7 +316,6 @@ int backend_startup(Backend *be)
for( i = 0; i < nBackendDB; i++ ) { for( i = 0; i < nBackendDB; i++ ) {
if ( backendDB[i].be_update_ndn.bv_val && ( if ( backendDB[i].be_update_ndn.bv_val && (
!backendDB[i].be_update_refs && !backendDB[i].be_update_refs &&
!backendDB[i].syncinfo &&
!default_referral ) ) { !default_referral ) ) {
#ifdef NEW_LOGGING #ifdef NEW_LOGGING
LDAP_LOG( BACKEND, CRIT, LDAP_LOG( BACKEND, CRIT,
......
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