]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#208,!196] Compilation fix after a rebase
authorTomek Mrugalski <tomasz@isc.org>
Mon, 29 Apr 2019 16:30:02 +0000 (18:30 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 22 May 2019 22:10:24 +0000 (18:10 -0400)
src/lib/dhcpsrv/parsers/simple_parser6.cc

index dfb72083bd00746481e3304cfb8ec262892f779e..0e744e2e2620649d8529de77946f4a20b1cad7ac 100644 (file)
@@ -69,7 +69,7 @@ const SimpleKeywords SimpleParser6::GLOBAL6_PARAMETERS = {
     { "reservation-mode",             Element::string },
     { "calculate-tee-times",          Element::boolean },
     { "t1-percent",                   Element::real },
-    { "t2-percent",                   Element::real }
+    { "t2-percent",                   Element::real },
     { "loggers",                      Element::list }
 };