mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
return LDAP_SUCCESS if Start TLS failed but was not critical
This commit is contained in:
parent
5ae22791ab
commit
cbe9c74675
@ -347,6 +347,9 @@ retry:;
|
||||
ldap_unbind_ext_s( ld, NULL, NULL );
|
||||
goto error_return;
|
||||
}
|
||||
|
||||
/* in case Start TLS is not critical */
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
}
|
||||
#endif /* HAVE_TLS */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user