Client connection might get closed implicitly

This commit is contained in:
Howard Chu 2009-01-16 21:28:46 +00:00
parent 13ddc561d8
commit a4167862c3

View File

@ -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;