diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 13:12:22 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 13:12:22 -0700 |
| commit | 7ce2a26cd71e911aff90ff181555e8f362127a6c (patch) | |
| tree | 0e19501d24b53e3d44eb7f07c5a76c7312884508 /lib/vty.c | |
| parent | c8ed14ddb63a0ecbab5835ce2bb044afbc15895d (diff) | |
Fixup of some last remaining differences between stg and git
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2399,7 +2399,7 @@ vty_read_config (char *config_file, { fprintf (stderr, "%s: failed to open configuration file %s: %s\n", __func__, config_default_dir, safe_strerror (errno)); - + confp = vty_use_backup_config (config_default_dir); if (confp) { @@ -2409,10 +2409,10 @@ vty_read_config (char *config_file, else { fprintf (stderr, "can't open configuration file [%s]\n", - config_default_dir); - exit (1); + config_default_dir); + exit (1); } - } + } else fullpath = config_default_dir; } |
