summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mgmtd/mgmt_vty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mgmtd/mgmt_vty.c b/mgmtd/mgmt_vty.c
index 12ea62ecef..bbc1077870 100644
--- a/mgmtd/mgmt_vty.c
+++ b/mgmtd/mgmt_vty.c
@@ -608,13 +608,13 @@ void mgmt_vty_init(void)
* here one by one.
*/
zebra_cli_init();
-#if HAVE_RIPD
+#ifdef HAVE_RIPD
rip_cli_init();
#endif
-#if HAVE_RIPNGD
+#ifdef HAVE_RIPNGD
ripng_cli_init();
#endif
-#if HAVE_STATICD
+#ifdef HAVE_STATICD
static_vty_init();
#endif