mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Fix a few more IntrusivePtr deprecation warnings
This commit is contained in:
parent
faa8a38578
commit
07a1821bcc
2 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ function bloomfilter_lookup%(bf: opaque of bloomfilter, x: any%): count
|
|||
const BloomFilterVal* bfv = static_cast<const BloomFilterVal*>(bf);
|
||||
|
||||
if ( ! bfv->Type() )
|
||||
return val_mgr->GetCount(0);
|
||||
return val_mgr->Count(0);
|
||||
|
||||
else if ( ! same_type(bfv->Type(), x->Type()) )
|
||||
reporter->Error("incompatible Bloom filter types");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue