From: Stephen Worley Date: Thu, 26 Jul 2018 18:34:28 +0000 (-0400) Subject: Style, don't initialize netlink_read flag X-Git-Tag: frr-6.1-dev~121^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=29bf7b0b67d6ab8ed567f983834e7259082f8434;p=matthieu%2Ffrr.git Style, don't initialize netlink_read flag Signed-off-by: Stephen Worley --- diff --git a/zebra/kernel_netlink.c b/zebra/kernel_netlink.c index 483aab0278..bc2ed7f8f4 100644 --- a/zebra/kernel_netlink.c +++ b/zebra/kernel_netlink.c @@ -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