mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
Merge pull request #2199 from phomes/resolve-indentation
resolve: fix indentation
This commit is contained in:
commit
69881a62a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user