summaryrefslogtreecommitdiff
path: root/lib/vty.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-04-03 20:34:18 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-04-03 20:34:18 +0000
commitc17faa4b100673e4169ae585df755d6e08eebfee (patch)
treef95bcea3e588a4c92771fc9ea6bf0e6261f98689 /lib/vty.c
parentc5dafdbf5c9320956b453701b5145faf6ede7506 (diff)
lib: reduce exported var symbols
Don't need these in our DSO tables Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/vty.c')
-rw-r--r--lib/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.c b/lib/vty.c
index 0bcee6a801..dae8e82599 100644
--- a/lib/vty.c
+++ b/lib/vty.c
@@ -93,7 +93,7 @@ struct vty *vty_exclusive_lock;
static int no_password_check = 0;
/* Integrated configuration file path */
-char integrate_default[] = SYSCONFDIR INTEGRATE_DEFAULT_CONFIG;
+static char integrate_default[] = SYSCONFDIR INTEGRATE_DEFAULT_CONFIG;
static int do_log_commands = 0;