mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Handle upstream rejecting a StartTLS exop
This commit is contained in:
parent
0abf3f5bc9
commit
323bb1d9a4
1 changed files with 3 additions and 1 deletions
|
|
@ -842,7 +842,9 @@ upstream_starttls( LloadConnection *c )
|
|||
c->c_io_state &= ~LLOAD_C_READ_HANDOVER;
|
||||
checked_unlock( &c->c_io_mutex );
|
||||
|
||||
return rc;
|
||||
/* Do not keep handle_pdus running, we have adjusted c_read_event as we
|
||||
* need it. */
|
||||
return -1;
|
||||
}
|
||||
|
||||
base = event_get_base( c->c_read_event );
|
||||
|
|
|
|||
Loading…
Reference in a new issue