mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Type: base_type() returns IntrusivePtr
This commit is contained in:
parent
f0a357cadf
commit
6495193aae
16 changed files with 104 additions and 104 deletions
|
@ -146,7 +146,7 @@ RuleConditionEval::RuleConditionEval(const char* func)
|
|||
|
||||
TypeList tl;
|
||||
tl.Append({NewRef{}, internal_type("signature_state")});
|
||||
tl.Append({AdoptRef{}, base_type(TYPE_STRING)});
|
||||
tl.Append(base_type(TYPE_STRING));
|
||||
|
||||
if ( ! f->CheckArgs(tl.Types()) )
|
||||
rules_error("eval function parameters must be a 'signature_state' "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue