diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 07:09:53 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:39 +0100 |
| commit | 67b0f40c98aeb9bbc95370fe2be29e56a00a8748 (patch) | |
| tree | c3c81183b62024a5373dbdcf32d889f53490e6a9 /ospf6d/ospf6_top.c | |
| parent | 80413c2073a20774b264ab04f7a4ea4515699790 (diff) | |
*: require semicolon after FRR_CFG_DEFAULT_*
... again ...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ospf6d/ospf6_top.c')
| -rw-r--r-- | ospf6d/ospf6_top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index fea510da3f..3265ab35bf 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -58,7 +58,7 @@ DEFINE_QOBJ_TYPE(ospf6); FRR_CFG_DEFAULT_BOOL(OSPF6_LOG_ADJACENCY_CHANGES, { .val_bool = true, .match_profile = "datacenter", }, { .val_bool = false }, -) +); /* global ospf6d variable */ static struct ospf6_master ospf6_master; |
