mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
Fix compile.
This commit is contained in:
parent
2680aa2b2b
commit
b3c8c46502
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user