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/packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/packet.c') diff --git a/proto/ospf/packet.c b/proto/ospf/packet.c index 6a334d0..ac6a06f 100644 --- a/proto/ospf/packet.c +++ b/proto/ospf/packet.c @@ -373,7 +373,7 @@ ospf_send_to_agt(sock * sk, struct ospf_iface *ifa, u8 state) { struct ospf_neighbor *n; - WALK_LIST(NODE n, ifa->neigh_list) if (n->state >= state) + WALK_LIST(n, ifa->neigh_list) if (n->state >= state) ospf_send_to(sk, n->ip, ifa); } -- cgit v1.2.3