aboutsummaryrefslogtreecommitdiff
path: root/src/dns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-30 22:10:54 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-30 22:10:54 +0000
commita0feef53d9f3a04c65a870e2a2b9f8b850bedc0a (patch)
treea9a0a6c0c73c7e2fb6f9c9f9201b16bf94a61839 /src/dns
parentdcc352c9dd39b51cb2136ff50eb5da843b5abe3a (diff)
downloadgnunet-a0feef53d9f3a04c65a870e2a2b9f8b850bedc0a.tar.gz
gnunet-a0feef53d9f3a04c65a870e2a2b9f8b850bedc0a.zip
-fixing build issues in pt/exit/vpn related to #3047
Diffstat (limited to 'src/dns')
-rw-r--r--src/dns/plugin_block_dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/plugin_block_dns.c b/src/dns/plugin_block_dns.c
index c0009dd68..de9185a5a 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,
93 GNUNET_CRYPTO_ecc_verify (GNUNET_SIGNATURE_PURPOSE_DNS_RECORD, 93 GNUNET_CRYPTO_ecc_verify (GNUNET_SIGNATURE_PURPOSE_DNS_RECORD,
94 &ad->purpose, 94 &ad->purpose,
95 &ad->signature, 95 &ad->signature,
96 &ad->peer)) 96 &ad->peer.public_key))
97 { 97 {
98 GNUNET_break_op (0); 98 GNUNET_break_op (0);
99 return GNUNET_BLOCK_EVALUATION_RESULT_INVALID; 99 return GNUNET_BLOCK_EVALUATION_RESULT_INVALID;