From: W.C.A. Wijngaards Date: Wed, 19 May 2021 09:40:31 +0000 (+0200) Subject: - rpz-triggers, spelling fix in comment. X-Git-Tag: release-1.14.0rc1~62^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddec5aa559540e462372ab503da8944976940c45;p=thirdparty%2Funbound.git - rpz-triggers, spelling fix in comment. --- diff --git a/services/rpz.c b/services/rpz.c index eb49f1cb3..7fb3591b0 100644 --- a/services/rpz.c +++ b/services/rpz.c @@ -1954,7 +1954,7 @@ rpz_apply_nsip_trigger(struct module_qstate* ms, struct rpz* r, break; case RPZ_TCP_ONLY_ACTION: /* basically a passthru here but the tcp-only will be - * honored before the query gets send */ + * honored before the query gets sent. */ ms->respip_action_info->action = respip_truncate; ret = NULL; break; @@ -2003,7 +2003,7 @@ rpz_apply_nsdname_trigger(struct module_qstate* ms, struct rpz* r, break; case RPZ_TCP_ONLY_ACTION: /* basically a passthru here but the tcp-only will be - * honored before the query gets send */ + * honored before the query gets sent. */ ms->respip_action_info->action = respip_truncate; ret = NULL; break;