diff options
author | Andre Oppermann <andre@FreeBSD.org> | 2007-03-28 12:58:13 +0000 |
---|---|---|
committer | Andre Oppermann <andre@FreeBSD.org> | 2007-03-28 12:58:13 +0000 |
commit | 1929eae1cce1f4a00378d20ec8594298eb4741f1 (patch) | |
tree | 30950037440071f251f73641b4c93e60c10b1b47 /sys/netinet/tcp_input.c | |
parent | a090f216631523052ebc333a7e846a7b52232143 (diff) | |
download | src-1929eae1cce1f4a00378d20ec8594298eb4741f1.tar.gz src-1929eae1cce1f4a00378d20ec8594298eb4741f1.zip |
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 00cc81872668..e37b656cc2db 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -726,7 +726,7 @@ findpcb: */ if ((blackhole == 1 && (thflags & TH_SYN)) || blackhole == 2) - goto drop; + goto dropunlock; rstreason = BANDLIM_RST_CLOSEDPORT; goto dropwithreset; |