mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Make connection$service_violation a set[string]
To stay consistent with connection$service.
This commit is contained in:
parent
0e28a7faf5
commit
7ed6cbeee5
2 changed files with 2 additions and 3 deletions
|
@ -151,7 +151,6 @@ function join_string_set%(ss: string_set, sep: string%): string
|
|||
return val_mgr->EmptyString();
|
||||
}
|
||||
|
||||
// Not sure we need to protect from this
|
||||
const auto& it = ss->GetType()->AsTableType()->GetIndexTypes();
|
||||
if ( it.size() != 1 || it[0]->Tag() != TYPE_STRING )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue