From: hasso Date: Fri, 26 Nov 2004 12:55:51 +0000 (+0000) Subject: Fix compile. X-Git-Tag: frr-2.0-rc1~3357 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b3c8c4650216e128189d26755b93f711b5be9327;p=mirror%2Ffrr.git Fix compile. --- diff --git a/ospf6d/ChangeLog b/ospf6d/ChangeLog index 044d1fa467..b5b529442f 100644 --- a/ospf6d/ChangeLog +++ b/ospf6d/ChangeLog @@ -1,3 +1,7 @@ +2004-11-26 Hasso Tepper + + * ospf6_snmp.c: Fix compile: listnode -> struct listnode *. + 2004-11-25 Hasso Tepper * ospf6_main.c: Make group to run as configurable. diff --git a/ospf6d/ospf6_snmp.c b/ospf6d/ospf6_snmp.c index ae88a9fbe9..3e8770dc67 100644 --- a/ospf6d/ospf6_snmp.c +++ b/ospf6d/ospf6_snmp.c @@ -372,7 +372,7 @@ ospfv3AreaLsdbEntry (struct variable *v, oid *name, size_t *length, int offsetlen; char a[16], b[16], c[16]; struct ospf6_area *oa; - listnode node; + struct listnode *node; memset (&area_id, 0, sizeof (struct in_addr)); type = 0;