mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Deprecate ID::Attrs(), replace with GetAttrs()
This commit is contained in:
parent
28b4206519
commit
2ebc20a164
3 changed files with 9 additions and 4 deletions
|
@ -1664,7 +1664,7 @@ IntrusivePtr<Val> InitStmt::Exec(Frame* f, stmt_flow_type& flow) const
|
|||
break;
|
||||
case TYPE_TABLE:
|
||||
v = make_intrusive<TableVal>(cast_intrusive<TableType>(t),
|
||||
IntrusivePtr{NewRef{}, aggr->Attrs()});
|
||||
aggr->GetAttrs());
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue