]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- rpz-triggers, spelling fix in comment.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 19 May 2021 09:40:31 +0000 (11:40 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 19 May 2021 09:40:31 +0000 (11:40 +0200)
services/rpz.c

index eb49f1cb3d5bf119bb3ee83a35391ebf3e9c34fa..7fb3591b09240a246355565ce6892572c8bbf155 100644 (file)
@@ -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;