From 2727bb7c5bbdac54661a5097f86d979799095db8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 Nov 1999 13:29:43 +0000 Subject: Renamed attr->attrs to attr->eattrs. --- nest/rt-dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nest/rt-dev.c') diff --git a/nest/rt-dev.c b/nest/rt-dev.c index c07b5de..2253a11 100644 --- a/nest/rt-dev.c +++ b/nest/rt-dev.c @@ -54,7 +54,7 @@ dev_ifa_notify(struct proto *p, unsigned c, struct ifa *ad) A.cast = RTC_UNICAST; A.dest = RTD_DEVICE; A.iface = ad->iface; - A.attrs = NULL; + A.eattrs = NULL; a = rta_lookup(&A); if (ad->flags & IF_UNNUMBERED) n = net_get(p->table, ad->opposite, ad->pxlen); -- cgit v1.2.3