mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
GH-1034: Revert TypeList::Types() back to return a type_list* and mark it deprecated
This commit is contained in:
parent
a5a51de3c4
commit
e1338cc379
15 changed files with 82 additions and 71 deletions
|
@ -149,7 +149,7 @@ RuleConditionEval::RuleConditionEval(const char* func)
|
|||
tl.Append(signature_state);
|
||||
tl.Append(zeek::base_type(zeek::TYPE_STRING));
|
||||
|
||||
if ( ! f->CheckArgs(tl.Types()) )
|
||||
if ( ! f->CheckArgs(tl.GetTypes()) )
|
||||
rules_error("eval function parameters must be a 'signature_state' "
|
||||
"and a 'string' type", func);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue