diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 13:25:59 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-11-06 13:25:59 +0000 |
| commit | 91d6cfa6b14fa2941ba44e4cd52e7916ac0d636d (patch) | |
| tree | 487bf156bdb934ed2a4387c9c02646258633623d /sys/netinet/tcp_subr.c | |
| parent | 4b3f4d381827fc63e00d6d43399943c062db2211 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_subr.c')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 51848ee9b40c..02d654bc4b87 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1562,7 +1562,7 @@ tcp_mtudisc(struct inpcb *inp, int errno) tp = intotcpcb(inp); KASSERT(tp != NULL, ("tcp_mtudisc: tp == NULL")); - tcp_mss_update(tp, -1, NULL); + tcp_mss_update(tp, -1, NULL, NULL); so = inp->inp_socket; SOCKBUF_LOCK(&so->so_snd); |
