mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix the code fragment clobbered in my last commit.
This commit is contained in:
parent
d48d4b2501
commit
acbbcc5f1d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95553
@ -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…
Reference in New Issue
Block a user