From 15de2de8449b4f5063f93578ae68aa0bc79a205c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sat, 12 May 2018 11:54:35 +0000 Subject: Vendor import of Unbound 1.6.4. --- validator/val_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'validator/val_utils.h') diff --git a/validator/val_utils.h b/validator/val_utils.h index 051824abaf84..649adc2d6559 100644 --- a/validator/val_utils.h +++ b/validator/val_utils.h @@ -306,10 +306,10 @@ void val_reply_remove_auth(struct reply_info* rep, size_t index); * So that unsigned data does not get let through to clients, when we have * found the data to be secure. * - * @param ve: validator environment with cleaning options. + * @param env: environment with cleaning options. * @param rep: reply to dump all nonsecure stuff out of. */ -void val_check_nonsecure(struct val_env* ve, struct reply_info* rep); +void val_check_nonsecure(struct module_env* env, struct reply_info* rep); /** * Mark all unchecked rrset entries not below a trust anchor as indeterminate. -- cgit v1.2.3