summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zebra/kernel_netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/kernel_netlink.c b/zebra/kernel_netlink.c
index 483aab027..bc2ed7f8f 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