diff options
author | David Lamparter <equinox@diac24.net> | 2019-11-20 17:23:04 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-11-30 00:38:32 +0100 |
commit | 0d8c7a26a1e5dbbd36df79751b2468276bd7ec20 (patch) | |
tree | 26c00eccb416d6e2a83b68ee7e9e658c493c4de7 /ldpd | |
parent | *: make all route_map_rule_cmd const (diff) | |
download | frr-0d8c7a26a1e5dbbd36df79751b2468276bd7ec20.tar.xz frr-0d8c7a26a1e5dbbd36df79751b2468276bd7ec20.zip |
*: make frr_yang_module_info const
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ldpd')
-rw-r--r-- | ldpd/ldpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldpd/ldpd.c b/ldpd/ldpd.c index a6f0519bd..533fc9ac8 100644 --- a/ldpd/ldpd.c +++ b/ldpd/ldpd.c @@ -177,7 +177,7 @@ static struct quagga_signal_t ldp_signals[] = } }; -static const struct frr_yang_module_info *ldpd_yang_modules[] = { +static const struct frr_yang_module_info *const ldpd_yang_modules[] = { }; FRR_DAEMON_INFO(ldpd, LDP, |