From de9678fd1bfa034fd8735aea0493063890c98fd5 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 8 Aug 1995 15:21:04 +0000 Subject: Formerly tcp.c.~3~ --- pfinet/linux-inet/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pfinet/linux-inet') 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; } -- cgit v1.2.3