diff options
| author | Andre Oppermann <andre@FreeBSD.org> | 2003-11-12 19:38:01 +0000 |
|---|---|---|
| committer | Andre Oppermann <andre@FreeBSD.org> | 2003-11-12 19:38:01 +0000 |
| commit | 122aad88d5a35d9f25a4040e3b8a184da9ab6e5f (patch) | |
| tree | 9d40657e3f310ba115d26e38b820ce98795392a0 /sys/netinet/tcp_input.c | |
| parent | 64a18d6f2031087dbdde8063dd5f67756a529957 (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 97f7f3c823e9..4df4a99d0f10 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -1644,7 +1644,7 @@ trimthenstep6: if (thflags & TH_SYN) { tp = tcp_drop(tp, ECONNRESET); rstreason = BANDLIM_UNLIMITED; - goto dropwithreset; + goto drop; } /* |
