From ed3446fb16bdd481c7a053a67bd46c56f4ce0d53 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sat, 14 Oct 2017 18:40:24 +0200 Subject: [PATCH] [master] Added initialization to rapid_commit --- src/bin/dhcp6/json_config_parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/dhcp6/json_config_parser.cc b/src/bin/dhcp6/json_config_parser.cc index 4a9d3fead9..f536154c99 100644 --- a/src/bin/dhcp6/json_config_parser.cc +++ b/src/bin/dhcp6/json_config_parser.cc @@ -246,7 +246,7 @@ public: const Subnet6Collection* subnets = (*net)->getAllSubnets(); if (subnets) { - bool rapid_commit; + bool rapid_commit = false; // For each subnet, add it to a list of regular subnets. for (auto subnet = subnets->begin(); subnet != subnets->end(); ++subnet) { -- 2.47.2