From: Martin Mares Date: Thu, 1 Apr 1999 19:23:59 +0000 (+0000) Subject: Argh, the fix was wrong. X-Git-Tag: v1.2.0~1632 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cda9cdbcf445ebe828b7bf89dcb4c7f83937756;p=thirdparty%2Fbird.git Argh, the fix was wrong. --- diff --git a/sysdep/unix/krt-set.c b/sysdep/unix/krt-set.c index 5a5d0d8f9..5be01c4e0 100644 --- a/sysdep/unix/krt-set.c +++ b/sysdep/unix/krt-set.c @@ -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));