chiark / gitweb /
server/keymgmt.c: Remove redundant error reports.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 12 May 2018 20:58:12 +0000 (21:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 25 Jan 2019 12:10:31 +0000 (12:10 +0000)
commitd451c6cde8ac95000b7175fe8af4f1b6d40df3b9
tree26f8464be8f7a65f0dc50ae584894dcbf3c6a262
parenta47e5f929c244078a87c737ae99294fecfb269c0
server/keymgmt.c: Remove redundant error reports.

Any I/O errors encountered while reading the key file will have been
reported already.  In the same terms.

Previously, the final `die' message wasn't actually redundant, because
the earlier warnings got swallowed if we were going to run as a daemon.
It's obviously wrong that this happened, and the underlying cause has
been fixed properly now, so this isn't a concern any more.
server/keymgmt.c