mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
switch cached Trigger values to be opaque-and-generic, rather than assuming CallExpr's
This commit is contained in:
parent
9ada7ac4e7
commit
5eb37e4c78
9 changed files with 50 additions and 40 deletions
|
@ -365,7 +365,7 @@ ValPtr ScriptFunc::Invoke(zeek::Args* args, Frame* parent) const
|
|||
if ( parent )
|
||||
{
|
||||
f->SetTrigger({NewRef{}, parent->GetTrigger()});
|
||||
f->SetCall(parent->GetCall());
|
||||
f->SetTriggerAssoc(parent->GetTriggerAssoc());
|
||||
}
|
||||
|
||||
g_frame_stack.push_back(f.get()); // used for backtracing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue