diff options
| author | Mark Stapp <mjs@voltanet.io> | 2019-04-04 12:18:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-04 12:18:49 +0200 |
| commit | 59d11e7cd197e5902b632d0f8ca6e523ed50489a (patch) | |
| tree | d96b9eae3c039af31c24d8bfda80884efdc39fa4 /lib/vty.c | |
| parent | dbf2f94c2cfd713b54f31becb9582c219463d507 (diff) | |
| parent | c17faa4b100673e4169ae585df755d6e08eebfee (diff) | |
Merge pull request #4075 from qlyoung/reduce-exported-vars
lib: reduce exported var symbols
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
