diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2023-05-03 17:02:58 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2023-05-03 17:02:58 -0300 |
| commit | 2da9c4c20696c6d4f1767e48ce758b339a7ff6fa (patch) | |
| tree | b3f92e4c28563af1c79bb674397f50f20358d29b /ripd/rip_nb_config.c | |
| parent | bf384bbc90017d4b9f3aa3448a4665ae0aafb4d7 (diff) | |
ripd: use correct memory type when freeing BFD profile
Fixes #13415.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_nb_config.c')
| -rw-r--r-- | ripd/rip_nb_config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ripd/rip_nb_config.c b/ripd/rip_nb_config.c index 8fe34705ca..5c7bd0fb86 100644 --- a/ripd/rip_nb_config.c +++ b/ripd/rip_nb_config.c @@ -25,8 +25,6 @@ #include "ripd/rip_interface.h" #include "ripd/rip_bfd.h" -DEFINE_MTYPE_STATIC(RIPD, RIP_BFD_PROFILE, "RIP BFD profile name"); - /* * XPath: /frr-ripd:ripd/instance */ |
