mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update deprecated ValManager::GetPort usages
This commit is contained in:
parent
de8761f761
commit
d7be84de97
24 changed files with 68 additions and 74 deletions
|
@ -791,7 +791,7 @@ const char* CompositeHash::RecoverOneVal(const HashKey* k, const char* kp0,
|
|||
break;
|
||||
|
||||
case TYPE_PORT:
|
||||
*pval = {AdoptRef{}, val_mgr->GetPort(*kp)};
|
||||
*pval = val_mgr->Port(*kp);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue