mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Update deprecated ValManager GetTrue/GetFalse usages
This commit is contained in:
parent
202b3f877d
commit
9af84bb2b0
24 changed files with 219 additions and 219 deletions
|
@ -289,7 +289,7 @@ bool Manager::CreateStream(EnumVal* id, RecordVal* sval)
|
|||
if ( ! same_type((*args)[0], columns) )
|
||||
{
|
||||
reporter->Error("stream event's argument type does not match column record type");
|
||||
return val_mgr->GetFalse();
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue