mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14: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
|
@ -30,7 +30,7 @@ RecordValPtr EncapsulatingConn::ToVal() const
|
|||
rv->Assign(0, std::move(id_val));
|
||||
rv->Assign(1, BifType::Enum::Tunnel::Type->GetEnumVal(type));
|
||||
|
||||
rv->Assign(2, make_intrusive<StringVal>(uid.Base62("C").c_str()));
|
||||
rv->Assign(2, uid.Base62("C"));
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue