mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
lib: Fix bad function
Fix the decleration of a function to be better. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
e543616348
commit
914432b5eb
@ -2346,7 +2346,7 @@ DEFUN (config_log_file,
|
||||
zlog_default->default_lvl);
|
||||
}
|
||||
|
||||
static void disable_log_file()
|
||||
static void disable_log_file(void)
|
||||
{
|
||||
zlog_reset_file();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user