mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
clarifications and tidying for record field initializations
This commit is contained in:
parent
0787c130d0
commit
ee358affda
4 changed files with 40 additions and 33 deletions
|
@ -2765,7 +2765,7 @@ RecordVal::RecordVal(RecordTypePtr t, bool init_fields) : Val(t), is_managed(t->
|
|||
{
|
||||
record_val->resize(n);
|
||||
|
||||
for ( auto& e : rt->FieldExprInits() )
|
||||
for ( auto& e : rt->CreationInits() )
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue