~kris/9p

9hist

4104df95853b7d1efd27298f05bea328872050fa — David du Colombier 29 years ago b0e93d4
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);
}