diff options
author | David Lamparter <equinox@diac24.net> | 2021-02-21 07:07:15 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:39 +0100 |
commit | 80413c2073a20774b264ab04f7a4ea4515699790 (patch) | |
tree | 7902d0a3503de17d469f5dd8fafefbe1df5583c6 /bgpd/bgp_bmp.c | |
parent | *: require semicolon after DEFINE_<typesafe...> (diff) | |
download | frr-80413c2073a20774b264ab04f7a4ea4515699790.tar.xz frr-80413c2073a20774b264ab04f7a4ea4515699790.zip |
*: require semicolon after FRR_DAEMON_INFO & co.
... again ...
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'bgpd/bgp_bmp.c')
-rw-r--r-- | bgpd/bgp_bmp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/bgp_bmp.c b/bgpd/bgp_bmp.c index 4710a9a3f..0e5f506b3 100644 --- a/bgpd/bgp_bmp.c +++ b/bgpd/bgp_bmp.c @@ -2444,4 +2444,5 @@ static int bgp_bmp_module_init(void) FRR_MODULE_SETUP(.name = "bgpd_bmp", .version = FRR_VERSION, .description = "bgpd BMP module", - .init = bgp_bmp_module_init) + .init = bgp_bmp_module_init, +); |