mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
resolve: fix indentation
This commit is contained in:
parent
d73fe9134f
commit
097a251711
@ -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…
x
Reference in New Issue
Block a user