]> git.proxmox.com Git - mirror_frr.git/commitdiff
Style, don't initialize netlink_read flag
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 26 Jul 2018 18:34:28 +0000 (14:34 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 26 Jul 2018 18:34:28 +0000 (14:34 -0400)
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/kernel_netlink.c

index 483aab02785c2da32fbf6e8eca902f914e99a0c5..bc2ed7f8f4af26f929be5548c2eb1654a9d09728 100644 (file)
@@ -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