diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-04-04 08:42:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 08:42:04 -0500 |
| commit | 3b28a5ef6b9b7296196f5f65de493668307be5cb (patch) | |
| tree | 44e4a1d21e4840034ce285740dbe17e92f2841b9 /lib/vty.c | |
| parent | 4af5e39b2ca3c3dc3a96c701bbcd0d3c87baecaf (diff) | |
| parent | 8033bf3976d85c84f00a3ab320eca5fc8418d756 (diff) | |
Merge pull request #13131 from LabNConsulting/chopps/no-startup-file
mgmtd: remove startup config feature for now
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2400,7 +2400,7 @@ static void vty_timeout(struct event *thread) } /* Read up configuration file from file_name. */ -static void vty_read_file(struct nb_config *config, FILE *confp) +void vty_read_file(struct nb_config *config, FILE *confp) { int ret; struct vty *vty; |
