]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/resolve/resolved-dns-transaction.c
resolved: remove one level of indentation in dns_transaction_validate_dnssec()
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Jan 2016 11:45:38 +0000 (12:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Jan 2016 18:39:58 +0000 (19:39 +0100)
commitf3cf586d56d03fd75299e73dd3ea29ead2d05a70
tree4c806baa6ba56471d8e663ed1a91fb242662b05c
parent35b011ed7c108b3e3c67f641afdf75ca6c5a621e
resolved: remove one level of indentation in dns_transaction_validate_dnssec()

Invert an "if" check, so that we can use "continue" rather than another
code block indentation.
src/resolve/resolved-dns-transaction.c