~kris/9p

9hist

35dacc905d95761ee94739c139bb984bfc8890df — David du Colombier 23 years ago 00cfabf
Plan 9 from Bell Labs 2003-02-16
1 files changed, 2 insertions(+), 1 deletions(-)

M ip/ip.c
M ip/ip.c => ip/ip.c +2 -1
@@ 264,7 264,8 @@ ipoput4(Fs *f, Block *bp, int gating, int ttl, int tos)
		ip->stats[OutNoRoutes]++;
		netlog(f, Logip, "no interface %V\n", eh->dst);
		if(!gating){
			freeblist(bp);	
			freeblist(bp);
print("ipoput4: no route\n");
			error("no route");
		}
		goto free;