aboutsummaryrefslogtreecommitdiff
path: root/src/dns/plugin_block_dns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/plugin_block_dns.c')
-rw-r--r--src/dns/plugin_block_dns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dns/plugin_block_dns.c b/src/dns/plugin_block_dns.c
index 8c6ec93ee..e4bc9209c 100644
--- a/src/dns/plugin_block_dns.c
+++ b/src/dns/plugin_block_dns.c
@@ -96,9 +96,9 @@ block_plugin_dns_evaluate (void *cls,
96 } 96 }
97 if (GNUNET_OK != 97 if (GNUNET_OK !=
98 GNUNET_CRYPTO_eddsa_verify (GNUNET_SIGNATURE_PURPOSE_DNS_RECORD, 98 GNUNET_CRYPTO_eddsa_verify (GNUNET_SIGNATURE_PURPOSE_DNS_RECORD,
99 &ad->purpose, 99 &ad->purpose,
100 &ad->signature, 100 &ad->signature,
101 &ad->peer.public_key)) 101 &ad->peer.public_key))
102 { 102 {
103 GNUNET_break_op (0); 103 GNUNET_break_op (0);
104 return GNUNET_BLOCK_EVALUATION_RESULT_INVALID; 104 return GNUNET_BLOCK_EVALUATION_RESULT_INVALID;