mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Switch zeek:🆔:lookup to zeek:🆔:find
For parity with Scope since it now uses Find instead of Lookup
This commit is contained in:
parent
7843416e51
commit
4debad8caf
59 changed files with 339 additions and 339 deletions
|
@ -198,7 +198,7 @@ public:
|
|||
IntrusivePtr<VectorVal> ToVal() const
|
||||
{
|
||||
auto vv = make_intrusive<VectorVal>(
|
||||
zeek::id::lookup_type<VectorType>("EncapsulatingConnVector"));
|
||||
zeek::id::find_type<VectorType>("EncapsulatingConnVector"));
|
||||
|
||||
if ( conns )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue