summaryrefslogtreecommitdiffstats
path: root/sharpd
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-02-21 07:07:15 +0100
committerDavid Lamparter <equinox@diac24.net>2021-03-17 06:18:39 +0100
commit80413c2073a20774b264ab04f7a4ea4515699790 (patch)
tree7902d0a3503de17d469f5dd8fafefbe1df5583c6 /sharpd
parent*: require semicolon after DEFINE_<typesafe...> (diff)
downloadfrr-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 'sharpd')
-rw-r--r--sharpd/sharp_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c
index c273d3208..a1216247c 100644
--- a/sharpd/sharp_main.c
+++ b/sharpd/sharp_main.c
@@ -129,7 +129,8 @@ FRR_DAEMON_INFO(sharpd, SHARP, .vty_port = SHARP_VTY_PORT,
.n_signals = array_size(sharp_signals),
.privs = &sharp_privs, .yang_modules = sharpd_yang_modules,
- .n_yang_modules = array_size(sharpd_yang_modules), )
+ .n_yang_modules = array_size(sharpd_yang_modules),
+);
struct sharp_global sg;