Should clear the write flag upon closing.

This commit is contained in:
Kurt Zeilenga 1999-04-23 20:47:32 +00:00
parent 8082760c0c
commit 866f82409c

View file

@ -355,6 +355,7 @@ void connection_closing( Connection *c )
}
/* wake write blocked operations */
slapd_clr_write( c->c_sb.sb_sd, 1 );
ldap_pvt_thread_cond_signal( &c->c_write_cv );
}
}