mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Merge branch 'master' of https://github.com/zeek/zeek into topic/robin/closures-merge
This commit is contained in:
commit
bdc8e0e6c4
60 changed files with 877 additions and 732 deletions
|
@ -1039,7 +1039,7 @@ void Manager::ProcessEvent(const broker::topic& topic, broker::zeek::Event ev)
|
|||
auto val = data_to_val(std::move(args[i]), expected_type);
|
||||
|
||||
if ( val )
|
||||
vl.append(val);
|
||||
vl.push_back(val);
|
||||
else
|
||||
{
|
||||
auto expected_name = type_name(expected_type->Tag());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue