aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorErmal Luçi <eri@FreeBSD.org>2017-02-10 05:58:16 +0000
committerErmal Luçi <eri@FreeBSD.org>2017-02-10 05:58:16 +0000
commit4616026fafdd7f13fd6fbdbfd36ecd00d03d9ca9 (patch)
tree815a9f351acb302042eda4117868e6b1a44e391e /sys/netinet/udp_usrreq.c
parentc0fadfdbbfb3525ac66902b7c9c661d3ab356664 (diff)
downloadsrc-4616026fafdd7f13fd6fbdbfd36ecd00d03d9ca9.tar.gz
src-4616026fafdd7f13fd6fbdbfd36ecd00d03d9ca9.zip
Revert r313527
Heh svn is not git
Notes
Notes: svn path=/head/; revision=313528
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index c45b6361f8e3..56da929ef827 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -636,7 +636,7 @@ udp_input(struct mbuf **mp, int *offp, int proto)
goto badunlocked;
}
UDP_PROBE(receive, NULL, last, ip, last, uh);
- if (udp_append(last, ip, m, iphlen, udpin) == 0)
+ if (udp_append(last, ip, m, iphlen, udp_in) == 0)
INP_RUNLOCK(last);
inp_lost:
INP_INFO_RUNLOCK(pcbinfo);