mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Deprecate ID::ID_Val(), replace with ID::GetVal()
This commit is contained in:
parent
16a8bf3318
commit
32b895f4ba
23 changed files with 69 additions and 68 deletions
|
@ -1278,7 +1278,7 @@ static Val* get_bro_val(const char* label)
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
return id->ID_Val();
|
||||
return id->GetVal().get();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue