summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-transaction.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-12-18 20:09:30 +0100
committerLennart Poettering <lennart@poettering.net>2015-12-18 20:09:30 +0100
commit019036a47fcd10fcf0286800d144c706f3773e2f (patch)
tree77f62fa9d00461c3299ad0d1fafe555414726d18 /src/resolve/resolved-dns-transaction.h
parent3bbdc31df37a23b5134a115c01d15e7ff870b3cc (diff)
resolved: propagate the DNSSEC result from the transaction to the query and the the bus client
It's useful to generate useful errors, so let's do that.
Diffstat (limited to 'src/resolve/resolved-dns-transaction.h')
-rw-r--r--src/resolve/resolved-dns-transaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.h b/src/resolve/resolved-dns-transaction.h
index a1a6ffed99..fea25aab09 100644
--- a/src/resolve/resolved-dns-transaction.h
+++ b/src/resolve/resolved-dns-transaction.h
@@ -65,7 +65,6 @@ struct DnsTransaction {
char *key_string;
DnsTransactionState state;
- DnssecResult dnssec_result;
uint16_t id;
@@ -76,6 +75,7 @@ struct DnsTransaction {
DnsAnswer *answer;
int answer_rcode;
+ DnssecResult answer_dnssec_result;
DnsTransactionSource answer_source;
/* Indicates whether the primary answer is authenticated,