From: Marcin Siodelski Date: Thu, 7 Mar 2019 12:59:24 +0000 (+0100) Subject: [master] Removed trailing comma in the default kea-dhcp-ddns config. X-Git-Tag: 465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook_base2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7890d87e18b96c6cd2f540d1ebfcade87f5ea0;p=thirdparty%2Fkea.git [master] Removed trailing comma in the default kea-dhcp-ddns config. Okayed on jabber. --- diff --git a/src/bin/keactrl/kea-dhcp-ddns.conf.pre b/src/bin/keactrl/kea-dhcp-ddns.conf.pre index cec180d9ba..d56119f74c 100644 --- a/src/bin/keactrl/kea-dhcp-ddns.conf.pre +++ b/src/bin/keactrl/kea-dhcp-ddns.conf.pre @@ -27,7 +27,7 @@ }, "tsig-keys": [], "forward-ddns" : {}, - "reverse-ddns" : {}, + "reverse-ddns" : {} }, // Logging configuration starts here. Kea uses different loggers to log various