Plan 9 from Bell Labs 1997-05-15
1 files changed, 1 insertions(+), 1 deletions(-) M ip/tcp.c
M ip/tcp.c => ip/tcp.c +1 -1
@@ 232,7 232,7 @@ tcpsetstate(Conv *s, byte newstate) break; } - if(oldstate == Syn_sent) + if(oldstate == Syn_sent && newstate != Closed) Fsconnected(&fs, s, nil); }