mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
ITS#8645 Check for all syncrepl errors
This commit is contained in:
parent
3716245fec
commit
4b62f3b8d2
1 changed files with 1 additions and 1 deletions
|
|
@ -6513,7 +6513,7 @@ add_syncrepl(
|
|||
/* Use main slapd defaults */
|
||||
bindconf_tls_defaults( &si->si_bindconf );
|
||||
#endif
|
||||
if ( rc < 0 ) {
|
||||
if ( rc != 0 ) {
|
||||
Debug( LDAP_DEBUG_ANY, "failed to add syncinfo\n" );
|
||||
syncinfo_free( si, 0 );
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue