Type: return IntrusivePtr

This commit is contained in:
Max Kellermann 2020-03-02 19:33:49 +01:00
parent 0a6ddfb6b5
commit ba35ebec4c
38 changed files with 319 additions and 334 deletions

View file

@ -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),
});
}