mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Fix failing test due to patricia change
This commit is contained in:
parent
083e0c5bdc
commit
802dfd80c1
2 changed files with 2 additions and 5 deletions
|
@ -1991,7 +1991,7 @@ bool TableVal::Contains(const IPAddr& addr) const
|
|||
return false;
|
||||
}
|
||||
|
||||
return (subnets->Lookup(addr, true) != 0);
|
||||
return (subnets->Lookup(addr, 128, false) != 0);
|
||||
}
|
||||
|
||||
VectorValPtr TableVal::LookupSubnets(const SubNetVal* search)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue