mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 18:48:20 +00:00
Deprecate Attr::AttrExpr(), replace with GetExpr()
This commit is contained in:
parent
2ebc20a164
commit
97636e97a5
9 changed files with 39 additions and 34 deletions
|
@ -855,7 +855,7 @@ static int get_func_priority(const attr_list& attrs)
|
|||
continue;
|
||||
}
|
||||
|
||||
auto v = a->AttrExpr()->Eval(nullptr);
|
||||
auto v = a->GetExpr()->Eval(nullptr);
|
||||
|
||||
if ( ! v )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue