diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2019-03-29 19:47:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2019-03-29 19:47:42 +0000 |
| commit | 43b65e3c98a447c21fecb0a3ee934ced08d32f1b (patch) | |
| tree | c310d2d4ed9586f929af8da4dfa94c682f4f4698 /sys/netinet/in_pcb.c | |
| parent | 34f71e304e735d5fe280ae5393118cfc82e23da6 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in_pcb.c')
| -rw-r--r-- | sys/netinet/in_pcb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index 41b3c812d97f8..5c4e6d904718d 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -3397,16 +3397,11 @@ in_pcboutput_txrtlmt(struct inpcb *inp, struct ifnet *ifp, struct mbuf *mb) void in_pcboutput_eagain(struct inpcb *inp) { - struct socket *socket; bool did_upgrade; if (inp == NULL) return; - socket = inp->inp_socket; - if (socket == NULL) - return; - if (inp->inp_snd_tag == NULL) return; |
