mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 20:27:14 +00:00
Style, don't initialize netlink_read flag
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
parent
ef593eff00
commit
29bf7b0b67
@ -308,7 +308,7 @@ static unsigned int netlink_file_counter = 1;
|
||||
static char netlink_fuzz_file[MAXPATHLEN] = "";
|
||||
|
||||
/* Flag for whether to read from file or not */
|
||||
bool netlink_read = false;
|
||||
bool netlink_read;
|
||||
|
||||
/**
|
||||
* netlink_read_init() - Starts the message parser
|
||||
|
Loading…
Reference in New Issue
Block a user