mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/matthias/opaque
This commit is contained in:
commit
816965f3c7
268 changed files with 2216 additions and 463 deletions
|
@ -3149,6 +3149,9 @@ bool OpaqueVal::DoUnserialize(UnserialInfo* info)
|
|||
|
||||
Val* check_and_promote(Val* v, const BroType* t, int is_init)
|
||||
{
|
||||
if ( ! v )
|
||||
return 0;
|
||||
|
||||
BroType* vt = v->Type();
|
||||
|
||||
vt = flatten_type(vt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue