Plan 9 from Bell Labs 1993-03-28
1 files changed, 1 insertions(+), 1 deletions(-) M port/stil.c
M port/stil.c => port/stil.c +1 -1
@@ 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);