diff options
Diffstat (limited to 'ripd/rip_main.c')
| -rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 16087c2349..4602cfcd61 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -76,7 +76,7 @@ static void sighup(void) zlog_info("ripd restarting!"); /* Reload config file. */ - vty_read_config(ripd_di.config_file, config_default); + vty_read_config(NULL, ripd_di.config_file, config_default); /* Try to return to normal operation. */ } |
