]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix time printing in key files
authorMatthijs Mekking <matthijs@isc.org>
Fri, 31 Jul 2020 06:52:05 +0000 (08:52 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 7 Aug 2020 09:26:09 +0000 (11:26 +0200)
commite3eb55fd1c2638c64ea802804e90b2917beed532
treefea7b6cb9853c8ee1f9a24ca629dbc6a69a2e822
parent04d8fc01430158fc239a8ef491aa9f1e7f70acd2
Fix time printing in key files

Don't strip off the final character when printing times in key files.

With the introduction of 'rndc dnssec -status' we introduced
'isc_stdtime_tostring()'. This changed in behavior such that it was no
longer needed to strip of the final '\n' of the string format
datetime. However, in 'printtime()' it still stripped the final
character.
lib/dns/dst_api.c