mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
migrate to using RecordVal's new Remove() method
This commit is contained in:
parent
c757db2714
commit
b6f4f897c6
5 changed files with 5 additions and 23 deletions
|
@ -430,7 +430,7 @@ struct val_converter {
|
|||
|
||||
if ( caf::get_if<broker::none>(&a[idx]) != nullptr )
|
||||
{
|
||||
rval->Assign(i, nullptr);
|
||||
rval->Remove(i);
|
||||
++idx;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue