mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
return LDAP_SUCCESS if Start TLS failed but was not critical
This commit is contained in:
parent
5ae22791ab
commit
cbe9c74675
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue