0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-17 16:48:43 +00:00

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));