mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Deprecate FuncType::Args(), replace with Params()
This commit is contained in:
parent
938ad35a43
commit
40153cc5cb
10 changed files with 24 additions and 17 deletions
|
@ -727,7 +727,7 @@ RecordVal* Manager::MakeEvent(val_list* args, Frame* frame)
|
|||
return rval;
|
||||
}
|
||||
|
||||
auto num_args = func->GetType()->Args()->NumFields();
|
||||
auto num_args = func->GetType()->Params()->NumFields();
|
||||
|
||||
if ( num_args != args->length() - 1 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue