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;