diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:21:04 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-08-08 15:21:04 +0000 |
commit | de9678fd1bfa034fd8735aea0493063890c98fd5 (patch) | |
tree | e7597d5e2fc20e8522d52c8f1ab6c52580896a7e | |
parent | 4f0868f4e46d085ad961d85b8cdf7b446e9a729f (diff) |
Formerly tcp.c.~3~
-rw-r--r-- | pfinet/linux-inet/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/linux-inet/tcp.c b/pfinet/linux-inet/tcp.c index f5791770..78c36358 100644 --- a/pfinet/linux-inet/tcp.c +++ b/pfinet/linux-inet/tcp.c @@ -800,7 +800,7 @@ void tcp_err(int err, unsigned char *header, unsigned long daddr, tcp_set_state(sk,TCP_CLOSE); sk->error_report(sk); /* Wake people up to see the error (see connect in sock.c) */ } - sk->err = icmp_err_convert[err & 0xff].errno; + sk->err = icmp_err_convert[err & 0xff].error; } return; } |