Browse Source

[master] Added initialization to rapid_commit

Francis Dupont 7 years ago
parent
commit
ed3446fb16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/dhcp6/json_config_parser.cc

+ 1 - 1
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) {