From 3bc5081283c20969d5c359dd7d12977e722d94e1 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Tue, 9 Mar 1999 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1999-03-09 --- ip/ip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/ip.c b/ip/ip.c index 7c6e58d9c5702e644fdcc75ed46483e15a5281be..8d0532f62951b9e4ab5583be183a484db81aa431 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -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;