diff options
Diffstat (limited to 'src/net')
| -rw-r--r-- | src/net/tcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/tcp.c b/src/net/tcp.c index 938edd577..8432d559d 100644 --- a/src/net/tcp.c +++ b/src/net/tcp.c @@ -1218,7 +1218,6 @@ static int tcp_rx ( struct io_buffer *iobuf, /* If no connection was found, send RST */ if ( ! tcp ) { - tcp_xmit_reset ( tcp, st_src, tcphdr ); rc = -ENOTCONN; goto discard; } |
