mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Switch OpaqueVal::SerializeType() to IntrusivePtr
This commit is contained in:
parent
377c8a4762
commit
5742810293
3 changed files with 5 additions and 5 deletions
|
@ -408,7 +408,7 @@ broker::expected<broker::data> TopkVal::DoSerialize() const
|
|||
|
||||
if ( type )
|
||||
{
|
||||
auto t = SerializeType(type.get());
|
||||
auto t = SerializeType(type);
|
||||
if ( ! t )
|
||||
return broker::ec::invalid_data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue