MSGF_DONE needs to be cleared when a message is to be handled asynchronously.
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 22 Oct 2003 01:01:16 +0000 (01:01 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 22 Oct 2003 01:01:16 +0000 (01:01 +0000)
commitaeb680e66fd1e16f9abd8dc72160d88713b4d64b
tree39a6aeded374a1196503d6b1c2ad1b502d8eb909
parent0f19021cdca454aa778201d2159948184fd16a3c
MSGF_DONE needs to be cleared when a message is to be handled asynchronously.
Nobody uses lwkt_waitmsg() yet so the bug didn't effect anything.

Noticed-by: Galen Sampson <galen_sampson@yahoo.com>
sys/kern/lwkt_msgport.c