~kris/9p

9hist

c19b796531142cc95f3dc58309616c4117e8df1c — David du Colombier 27 years ago 77f4134
Plan 9 from Bell Labs 1998-12-29
1 files changed, 1 insertions(+), 1 deletions(-)

M ip/icmp.c
M ip/icmp.c => ip/icmp.c +1 -1
@@ 218,7 218,7 @@ icmpnoconv(Fs *f, Block *bp)
		return;
	v4tov6(addr, p->src);
	i = ipforme(f, addr);
	if((i&Runi) == 0)
	if(i != 0 && (i&Runi) == 0)
		return;

	netlog(f, Logicmp, "sending icmpnoconv -> %V\n", p->src);