mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Deprecate internal_type(), replace with zeek::lookup_type()
This commit is contained in:
parent
32b895f4ba
commit
ac06259eec
44 changed files with 218 additions and 182 deletions
|
@ -462,7 +462,7 @@ void DNS_Mgr::InitPostScript()
|
|||
dns_mapping_name_changed = internal_handler("dns_mapping_name_changed");
|
||||
dns_mapping_altered = internal_handler("dns_mapping_altered");
|
||||
|
||||
dm_rec = internal_type("dns_mapping")->AsRecordType();
|
||||
dm_rec = zeek::lookup_type("dns_mapping")->AsRecordType();
|
||||
|
||||
// Registering will call Init()
|
||||
iosource_mgr->Register(this, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue