mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
parent
0815ea9188
commit
63f7359e1e
3 changed files with 20 additions and 1 deletions
|
@ -2866,7 +2866,7 @@ RecordVal::RecordVal(RecordType* t) : MutableVal(t)
|
|||
else if ( tag == TYPE_TABLE )
|
||||
def = new TableVal(type->AsTableType(), a);
|
||||
|
||||
else if ( t->Tag() == TYPE_VECTOR )
|
||||
else if ( tag == TYPE_VECTOR )
|
||||
def = new VectorVal(type->AsVectorType());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue