mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
ND6_HINT() should not be called unless the connection status is
ESTABLISHED. Obtained from: KAME Project
This commit is contained in:
parent
ad8d5711fb
commit
5e0ab69d23
2 changed files with 0 additions and 2 deletions
|
|
@ -1189,7 +1189,6 @@ findpcb:
|
|||
callout_reset(tp->tt_keep, tcp_keepinit, tcp_timer_keep, tp);
|
||||
dropsocket = 0; /* committed to socket */
|
||||
tcpstat.tcps_accepts++;
|
||||
ND6_HINT((struct tcpcb *)inp->inp_ppcb);
|
||||
goto trimthenstep6;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1189,7 +1189,6 @@ findpcb:
|
|||
callout_reset(tp->tt_keep, tcp_keepinit, tcp_timer_keep, tp);
|
||||
dropsocket = 0; /* committed to socket */
|
||||
tcpstat.tcps_accepts++;
|
||||
ND6_HINT((struct tcpcb *)inp->inp_ppcb);
|
||||
goto trimthenstep6;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue