mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Client connection might get closed implicitly
This commit is contained in:
parent
13ddc561d8
commit
a4167862c3
@ -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 New Issue
Block a user