diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-12-16 07:42:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-16 07:42:47 -0500 |
| commit | 04dd9e420ee6f5a7d5c47cd50333879f78abc094 (patch) | |
| tree | ba47ee183676532a6bbee87ce173f02dd74d0881 /lib/vty.c | |
| parent | f4d7bc0820f04df798eb208fcce5f5f7e4b18034 (diff) | |
| parent | ba7eb55ec661e18156d9d390b196b6659d0a4752 (diff) | |
Merge pull request #5535 from opensourcerouting/santa-elf
*: cleanup elves were here
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ static char *vty_ipv6_accesslist_name = NULL; static vector Vvty_serv_thread; /* Current directory. */ -char vty_cwd[MAXPATHLEN]; +static char vty_cwd[MAXPATHLEN]; /* Login password check. */ static int no_password_check = 0; |
