mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Client connection might get closed implicitly
This commit is contained in:
parent
13ddc561d8
commit
a4167862c3
@ -1185,6 +1185,8 @@ 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