]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Argh, the fix was wrong.
authorMartin Mares <mj@ucw.cz>
Thu, 1 Apr 1999 19:23:59 +0000 (19:23 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 1 Apr 1999 19:23:59 +0000 (19:23 +0000)
sysdep/unix/krt-set.c

index 5a5d0d8f98bf4e6e546c7e97429504461a1b4508..5be01c4e0e3b2c5264c402cf586937e97215e423 100644 (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));