mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Integrate review feedback
This commit is contained in:
parent
0f41b063b2
commit
72e15fe4d4
6 changed files with 18 additions and 27 deletions
|
@ -3159,7 +3159,7 @@ Val* cast_value_to_type(Val* v, BroType* t)
|
|||
if ( ! dv )
|
||||
return 0;
|
||||
|
||||
return static_cast<bro_broker::DataVal *>(dv)->castTo(t).release();
|
||||
return static_cast<bro_broker::DataVal *>(dv)->castTo(t).detach();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue