minimal fix for ITS#5825, pending discussion

This commit is contained in:
Pierangelo Masarati 2008-11-22 16:00:41 +00:00
parent a6933cae27
commit 31c61ad855

View File

@ -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;
}