Style, don't initialize netlink_read flag

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
Stephen Worley 2018-07-26 14:34:28 -04:00
parent ef593eff00
commit 29bf7b0b67

View File

@ -308,7 +308,7 @@ static unsigned int netlink_file_counter = 1;
static char netlink_fuzz_file[MAXPATHLEN] = ""; static char netlink_fuzz_file[MAXPATHLEN] = "";
/* Flag for whether to read from file or not */ /* Flag for whether to read from file or not */
bool netlink_read = false; bool netlink_read;
/** /**
* netlink_read_init() - Starts the message parser * netlink_read_init() - Starts the message parser