From b181f444a6538b03a02296f02928e3c131b251a6 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 14 Feb 2005 11:54:16 +0000 Subject: Small changes to reduce number of warnings. --- proto/ospf/ospf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/ospf/ospf.c') diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index c753503..ce01a37 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -776,8 +776,8 @@ ospf_reconfigure(struct proto *p, struct proto_config *c) } } - NODE ac1 = (NODE(ac1))->next; - NODE ac2 = (NODE(ac2))->next; + ac1 = (struct ospf_area_config *)(NODE(ac1))->next; + ac2 = (struct ospf_area_config *)(NODE(ac2))->next; } if (((NODE(ac1))->next) != ((NODE(ac2))->next)) -- cgit v1.2.3