mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Client connection might get closed implicitly
This commit is contained in:
parent
13ddc561d8
commit
a4167862c3
1 changed files with 3 additions and 1 deletions
|
|
@ -1184,7 +1184,9 @@ void connection_client_stop(
|
|||
|
||||
/* get (locked) connection */
|
||||
c = connection_get( s );
|
||||
|
||||
|
||||
if ( !c ) return;
|
||||
|
||||
assert( c->c_conn_state == SLAP_C_CLIENT );
|
||||
|
||||
c->c_listener = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue