mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +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 we are looking at. If it discovered signed DS
|
||||||
* RRs, then we need to be signed, too. */
|
* RRs, then we need to be signed, too. */
|
||||||
|
|
||||||
if (!dt->answer_authenticated)
|
if (!dt->answer_authenticated)
|
||||||
return false;
|
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
|
/* We found nothing that proves this is safe to leave
|
||||||
|
Loading…
Reference in New Issue
Block a user