1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Nest: Added const to ea_show just to declare that this shouldn't really change anything

This commit is contained in:
Maria Matejka
2019-08-17 13:36:36 +02:00
parent a7d9b8f116
commit 258be56539
13 changed files with 22 additions and 22 deletions

View File

@@ -620,7 +620,7 @@ ospf_get_route_info(rte * rte, byte * buf)
}
static int
ospf_get_attr(eattr * a, byte * buf, int buflen UNUSED)
ospf_get_attr(const eattr * a, byte * buf, int buflen UNUSED)
{
switch (a->id)
{