summaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_subr.c
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2004-02-13 14:50:01 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2004-02-13 14:50:01 +0000
commitefddf5c64dd8e776322b1fe3410e6d62618f845a (patch)
treef952cbefcf8a041f874d6e06257be2836aede356 /sys/netinet/tcp_subr.c
parent41460aa51aef5163fbdce29a43e18b3634fd6fa5 (diff)
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
-rw-r--r--sys/netinet/tcp_subr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index c3109c77eb0b..c21e1feb960f 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1192,7 +1192,7 @@ tcp6_ctlinput(cmd, sa, d)
in6_pcbnotify(&tcb, sa, th.th_dport,
(struct sockaddr *)ip6cp->ip6c_src,
- th.th_sport, cmd, notify);
+ th.th_sport, cmd, NULL, notify);
inc.inc_fport = th.th_dport;
inc.inc_lport = th.th_sport;
@@ -1202,7 +1202,7 @@ tcp6_ctlinput(cmd, sa, d)
syncache_unreach(&inc, &th);
} else
in6_pcbnotify(&tcb, sa, 0, (const struct sockaddr *)sa6_src,
- 0, cmd, notify);
+ 0, cmd, NULL, notify);
}
#endif /* INET6 */