diff options
author | Daniel Mack <github@zonque.org> | 2015-12-20 19:46:19 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-12-20 19:46:19 +0100 |
commit | 69881a62a39fb3ac104fcff91b81cdadd332e52f (patch) | |
tree | e957ee4233acf15d7f6e9a8396334eb4b45b70e5 /src | |
parent | d73fe9134fcabe69e2984691e998e259d26d064b (diff) | |
parent | 097a2517113ecb7b1e556591545c58db56c8b232 (diff) |
Merge pull request #2199 from phomes/resolve-indentation
resolve: fix indentation
Diffstat (limited to 'src')
-rw-r--r-- | src/resolve/resolved-dns-transaction.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 32d52d8192..347b1683f9 100644 --- a/src/resolve/resolved-dns-transaction.c +++ b/src/resolve/resolved-dns-transaction.c @@ -1714,10 +1714,10 @@ static int dns_transaction_requires_rrsig(DnsTransaction *t, DnsResourceRecord * * RRs we are looking at. If it discovered signed DS * RRs, then we need to be signed, too. */ - if (!dt->answer_authenticated) - return false; + if (!dt->answer_authenticated) + return false; - return dns_answer_match_key(dt->answer, dt->key, NULL); + return dns_answer_match_key(dt->answer, dt->key, NULL); } /* We found nothing that proves this is safe to leave |