mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Change RecordVals to get resized at time of RecordType redef
Opposed to unconditionally checking all RecordVals whether they need to be resized after parsing ends.
This commit is contained in:
parent
da5fca7163
commit
a61ad9ea5c
4 changed files with 21 additions and 13 deletions
|
@ -649,7 +649,7 @@ int main(int argc, char** argv)
|
|||
yyparse();
|
||||
is_parsing = false;
|
||||
|
||||
RecordVal::ResizeParseTimeRecords();
|
||||
RecordVal::DoneParsing();
|
||||
|
||||
init_general_global_var();
|
||||
init_net_var();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue