mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Type: return IntrusivePtr
This commit is contained in:
parent
0a6ddfb6b5
commit
ba35ebec4c
38 changed files with 319 additions and 334 deletions
|
@ -1352,7 +1352,7 @@ void Manager::ProcessError(broker::error err)
|
|||
}
|
||||
|
||||
mgr.QueueEventFast(Broker::error, {
|
||||
BifType::Enum::Broker::ErrorCode->GetVal(ec),
|
||||
BifType::Enum::Broker::ErrorCode->GetVal(ec).release(),
|
||||
new StringVal(msg),
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue