diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-12-07 17:31:48 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2018-10-27 16:16:12 -0200 | 
| commit | 1c2facd12df7bc27758d7ea674b1e57e401fc234 (patch) | |
| tree | b82aeb06586c2c7b380420ddd484964af915aee1 /ripngd/ripng_main.c | |
| parent | 75082dafb5a929b99d89c8f55e6b2da3f4d90100 (diff) | |
lib: introduce new northbound API
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripng_main.c')
| -rw-r--r-- | ripngd/ripng_main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c index bc81a956d6..b416b2fd07 100644 --- a/ripngd/ripng_main.c +++ b/ripngd/ripng_main.c @@ -76,7 +76,7 @@ static void sighup(void)  	ripng_reset();  	/* Reload config file. */ -	vty_read_config(ripngd_di.config_file, config_default); +	vty_read_config(NULL, ripngd_di.config_file, config_default);  	/* Try to return to normal operation. */  }  | 
