Fix compile.

This commit is contained in:
hasso 2004-11-26 12:55:51 +00:00
parent 2680aa2b2b
commit b3c8c46502
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-26 Hasso Tepper <hasso at quagga.net>
* ospf6_snmp.c: Fix compile: listnode -> struct listnode *.
2004-11-25 Hasso Tepper <hasso at quagga.net>
* ospf6_main.c: Make group to run as configurable.

View File

@ -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;