Fix the code fragment clobbered in my last commit.
This commit is contained in:
parent
dbb4756491
commit
6d8e4294e0
@ -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);
|
||||
}
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user