mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
On a failed bind, stop the callback from firing again
Not a problem but causes a slew of calls to upstream_bind_cb that will all fail in the same way.
This commit is contained in:
parent
cddc96322d
commit
028f28690f
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@ upstream_bind_cb( evutil_socket_t s, short what, void *arg )
|
|||
return;
|
||||
|
||||
fail:
|
||||
event_del( c->c_read_event );
|
||||
ber_free( ber, 1 );
|
||||
UPSTREAM_DESTROY(c);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue