From 11b08c127b61273b84b03c26085789314a60a38d Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 28 Mar 1993 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1993-03-28 --- port/stil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/stil.c b/port/stil.c index b5c9f3da77ce0691438376cb0c9b53cd9daf6075..2f145a105865cc32c819f2b36e50b8f7775f1700 100644 --- a/port/stil.c +++ b/port/stil.c @@ -450,7 +450,7 @@ _ilprocess(Ipconv *s, Ilhdr *h, Block *bp) case Ilestablished: switch(h->iltype) { case Ilsync: - if(id != ic->start) + if(id != ic->rstart) ilhangup(s, "remote close"); else { ilsendctl(s, 0, Ilack, ic->next, ic->rstart);