From 7d28a6ee9ae28cce7390ee0d2adc0eba379d0e58 Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Tue, 5 May 2020 14:22:38 -0700 Subject: [PATCH] Remove outdated comment on set_to_regex. We can add patterns at runtime since 2.6. --- scripts/base/utils/patterns.zeek | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/base/utils/patterns.zeek b/scripts/base/utils/patterns.zeek index 861f0b20bd..fc2ee6ba61 100644 --- a/scripts/base/utils/patterns.zeek +++ b/scripts/base/utils/patterns.zeek @@ -4,7 +4,7 @@ module GLOBAL; ## Given a pattern as a string with two tildes (~~) contained in it, it will ## return a pattern with string set's elements OR'd together where the -## double-tilde was given (this function only works at or before init time). +## double-tilde was given. ## ## ss: a set of strings to OR together. ##