mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 16:57:59 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -862,6 +862,12 @@ syncache_socket(struct syncache *sc, struct socket *lso, struct mbuf *m)
|
||||
(*tp->t_fb->tfb_tcp_fb_fini)(tp, 0);
|
||||
refcount_release(&tp->t_fb->tfb_refcnt);
|
||||
tp->t_fb = rblk;
|
||||
/*
|
||||
* XXXrrs this is quite dangerous, it is possible
|
||||
* for the new function to fail to init. We also
|
||||
* are not asking if the handoff_is_ok though at
|
||||
* the very start thats probalbly ok.
|
||||
*/
|
||||
if (tp->t_fb->tfb_tcp_fb_init) {
|
||||
(*tp->t_fb->tfb_tcp_fb_init)(tp);
|
||||
}
|
||||
|
Reference in New Issue
Block a user