mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-24 15:32:22 +08:00
Fix typo in last commit
This commit is contained in:
parent
ecb17fc30e
commit
2ed0725491
@ -1720,7 +1720,7 @@ ldap_start_tls_s ( LDAP *ld,
|
||||
ber_bvfree( rspdata );
|
||||
}
|
||||
|
||||
if ( rc != LDAP_SUCCESS ) {
|
||||
if ( rc == LDAP_SUCCESS ) {
|
||||
rc = ldap_int_tls_start( ld, ld->ld_defconn, NULL );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user