]> git.ipfire.org Git - thirdparty/chrony.git/commit
sources: don't print NULL string to dump file
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 21 Apr 2021 10:51:07 +0000 (12:51 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 22 Apr 2021 08:20:31 +0000 (10:20 +0200)
commit3e55fe69193abded07a9848a679921a83095c214
treef89a465fd6668f7ed203aef7b6a39a657e22c778
parent754097944be27f3efe5fc1792ea8a318e09dc854
sources: don't print NULL string to dump file

For reference clocks, which don't have a name, print "." instead of
NULL.

Fixes: f8610d69f08f ("sources: improve handling of dump files and their format")
sources.c