mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
minimal fix for ITS#5825, pending discussion
This commit is contained in:
parent
a6933cae27
commit
31c61ad855
@ -3905,6 +3905,11 @@ parse_syncrepl_line(
|
||||
return -1;
|
||||
}
|
||||
|
||||
if ( si->si_retryinterval == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY, "syncrepl %s " SEARCHBASESTR "=\"%s\": no retry defined\n",
|
||||
si->si_ridtxt, c->be->be_suffix ? c->be->be_suffix[ 0 ].bv_val : "(null)", 0 );
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user