diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2019-12-01 18:05:02 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2019-12-01 18:05:02 +0000 |
| commit | fa49a964199f4522d334de86c6df8b61cb021691 (patch) | |
| tree | c0f2799a862b3edc3a19ce11f653a57f92382491 /sys/netinet/tcp_input.c | |
| parent | 669a285ffbf00ae9cdd6478bf3583114d7260811 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/tcp_input.c')
| -rw-r--r-- | sys/netinet/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 8e8c8b79a4587..6a542d0205c3f 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1282,7 +1282,7 @@ tfo_socket_result: #endif TCP_PROBE3(debug__input, tp, th, m); tcp_dooptions(&to, optp, optlen, TO_SYN); - if (syncache_add(&inc, &to, th, inp, &so, m, NULL, NULL)) + if (syncache_add(&inc, &to, th, inp, &so, m, NULL, NULL, iptos)) goto tfo_socket_result; /* |
