mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
migration to using new differentiated methods for setting record fields
This commit is contained in:
parent
4213245633
commit
62bab66114
74 changed files with 982 additions and 988 deletions
|
@ -290,7 +290,7 @@ RecordVal* File::Rotate()
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
info->Assign<TimeVal>(2, open_time);
|
||||
info->AssignTime(2, open_time);
|
||||
|
||||
Unlink();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue