From 35dacc905d95761ee94739c139bb984bfc8890df Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 16 Feb 2003 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2003-02-16 --- ip/ip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ip/ip.c b/ip/ip.c index 2e15afde1344997cdb2b6d6ef5a24c69788b9534..5dd8b768986bcd46f8253ff793bd8a624bd08fc1 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -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;