Argh, the fix was wrong.
This commit is contained in:
parent
e4241f24f2
commit
8cda9cdbcf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static void
|
||||||
krt_ioctl(int ioc, rte *e, char *name)
|
krt_ioctl(int ioc, rte *e, char *name)
|
||||||
{
|
{
|
||||||
net *net = e->net;
|
net *net = e->net;
|
||||||
struct ortentry re;
|
struct rtentry re;
|
||||||
rta *a = e->attrs;
|
rta *a = e->attrs;
|
||||||
|
|
||||||
bzero(&re, sizeof(re));
|
bzero(&re, sizeof(re));
|
||||||
|
|
Loading…
Reference in a new issue