Skip to content

Commit aada0ae

Browse files
committed
[#3663] Fix kea4/all-keys.json
Apparently a comment must have a space following the two slashes or it isn't a comment.
1 parent 33e38d2 commit aada0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/kea4/all-keys.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
// When greater than 0 it will be used as the DNS TTL. Specified in seconds.
348348
// You cannot specify both ddns-ttl and any of ddns-ttl-percent, ddns-ttl-min, or
349349
// ddns-ttl-max. They are mutually exclusive.
350-
//"ddns-ttl": 500,
350+
// "ddns-ttl": 500,
351351

352352
// When greater than 0 it used as the lower boundary for calculated DNS TTL values.
353353
// Specified in seconds.

0 commit comments

Comments
 (0)