diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-12-24 10:57:21 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-12-24 10:57:21 +0000 |
| commit | 442fad6798b60f3500914381444c143326d3a389 (patch) | |
| tree | d236fc4a2a691dea9de1f20f538dfb81b0d8c302 /sys/netinet/udp_usrreq.c | |
| parent | d6e3a23dbcae64e21cec312f7db166a380489b33 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index 651e16624d6f..5ddcecc70200 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -512,9 +512,9 @@ udp_ctlinput(cmd, sa, vip) if (ip) { uh = (struct udphdr *)((caddr_t)ip + (ip->ip_hl << 2)); in_pcbnotify(&udb, sa, uh->uh_dport, ip->ip_src, uh->uh_sport, - cmd, udp_notify); + cmd, udp_notify, 0, 0); } else - in_pcbnotify(&udb, sa, 0, zeroin_addr, 0, cmd, udp_notify); + in_pcbnotify(&udb, sa, 0, zeroin_addr, 0, cmd, udp_notify, 0, 0); } static int |
