diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-09-30 22:10:54 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-09-30 22:10:54 +0000 |
commit | a0feef53d9f3a04c65a870e2a2b9f8b850bedc0a (patch) | |
tree | a9a0a6c0c73c7e2fb6f9c9f9201b16bf94a61839 /src/dns/plugin_block_dns.c | |
parent | dcc352c9dd39b51cb2136ff50eb5da843b5abe3a (diff) |
-fixing build issues in pt/exit/vpn related to #3047
Diffstat (limited to 'src/dns/plugin_block_dns.c')
-rw-r--r-- | src/dns/plugin_block_dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/plugin_block_dns.c b/src/dns/plugin_block_dns.c index c0009dd688..de9185a5ab 100644 --- a/src/dns/plugin_block_dns.c +++ b/src/dns/plugin_block_dns.c @@ -93,7 +93,7 @@ block_plugin_dns_evaluate (void *cls, enum GNUNET_BLOCK_Type type, GNUNET_CRYPTO_ecc_verify (GNUNET_SIGNATURE_PURPOSE_DNS_RECORD, &ad->purpose, &ad->signature, - &ad->peer)) + &ad->peer.public_key)) { GNUNET_break_op (0); return GNUNET_BLOCK_EVALUATION_RESULT_INVALID; |