mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18: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
|
@ -314,7 +314,7 @@ TraversalCode ID::Traverse(TraversalCallback* cb) const
|
|||
void ID::Error(const char* msg, const BroObj* o2)
|
||||
{
|
||||
BroObj::Error(msg, o2, 1);
|
||||
SetType({AdoptRef{}, error_type()});
|
||||
SetType(error_type());
|
||||
}
|
||||
|
||||
void ID::Describe(ODesc* d) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue