From 6d8e4294e025f9f62714174c5cd916e5d397f2ab Mon Sep 17 00:00:00 2001 From: tanimura Date: Sat, 27 Apr 2002 09:33:49 +0000 Subject: Fix the code fragment clobbered in my last commit. --- sys/kern/uipc_sockbuf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/kern/uipc_sockbuf.c') diff --git a/sys/kern/uipc_sockbuf.c b/sys/kern/uipc_sockbuf.c index 56fb012..01ea5ab 100644 --- a/sys/kern/uipc_sockbuf.c +++ b/sys/kern/uipc_sockbuf.c @@ -268,6 +268,8 @@ sonewconn(head, connstatus) SIGIO_SLOCK(); sorwakeup_locked(head); SIGIO_SUNLOCK(); + wakeup((caddr_t)&head->so_timeo); + so->so_state |= connstatus; } return (so); } -- cgit v1.1