Argh, the fix was wrong.

This commit is contained in:
Martin Mares 1999-04-01 19:23:59 +00:00
parent e4241f24f2
commit 8cda9cdbcf

View file

@ -46,7 +46,7 @@ static void
krt_ioctl(int ioc, rte *e, char *name)
{
net *net = e->net;
struct ortentry re;
struct rtentry re;
rta *a = e->attrs;
bzero(&re, sizeof(re));