key/key-misc.c: Fix bogus parentheses in macro.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 18 Sep 2019 17:35:34 +0000 (18:35 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 18 Sep 2019 17:35:34 +0000 (18:35 +0100)
commit924c7057076a23e322d40693912633dc546867e9
tree22f5375066606705b1ee809c096c8d4c5e7468ba
parentcead42fc5cf5ff8c1c13f123e4c002077b42f6cd
key/key-misc.c: Fix bogus parentheses in macro.

The old, bogus behaviour was that it would report `KERR_READONLY' if the
keyring was neither open for writing, /nor/ modified.  I think this is
relatively benign, but still well deserving of fixing.

Spotted by Clang.
key/key-misc.c