~kris/9p

9hist

3bc5081283c20969d5c359dd7d12977e722d94e1 — David du Colombier 27 years ago a4c0def
Plan 9 from Bell Labs 1999-03-09
1 files changed, 1 insertions(+), 1 deletions(-)

M ip/ip.c
M ip/ip.c => ip/ip.c +1 -1
@@ 183,8 183,8 @@ ipoput(Fs *f, Block *bp, int gating, int ttl)
	if(!gating){
		eh->vihl = IP_VER|IP_HLEN;
		eh->tos = 0;
		eh->ttl = ttl;
	}
	eh->ttl = ttl;

	if(!canrlock(ifc))
		goto free;