mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update deprecated ValManager::GetInt usages
This commit is contained in:
parent
d9edd855da
commit
0ddac4abcf
20 changed files with 49 additions and 50 deletions
|
@ -770,7 +770,7 @@ const char* CompositeHash::RecoverOneVal(const HashKey* k, const char* kp0,
|
|||
else if ( tag == TYPE_BOOL )
|
||||
*pval = val_mgr->Bool(*kp);
|
||||
else if ( tag == TYPE_INT )
|
||||
*pval = {AdoptRef{}, val_mgr->GetInt(*kp)};
|
||||
*pval = val_mgr->Int(*kp);
|
||||
else
|
||||
{
|
||||
reporter->InternalError("bad internal unsigned int in CompositeHash::RecoverOneVal()");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue