mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
all: Change to use Func::GetName()
This commit is contained in:
parent
71e9c8d436
commit
77b9510c8a
13 changed files with 29 additions and 31 deletions
|
@ -4469,7 +4469,7 @@ TraversalCode EventExpr::Traverse(TraversalCallback* cb) const {
|
|||
// to infinite traversals. We do, however, see if we can
|
||||
// locate the corresponding identifier, and traverse that.
|
||||
|
||||
auto& id = lookup_ID(f->Name(), GLOBAL_MODULE_NAME, false, false, false);
|
||||
auto& id = lookup_ID(f->GetName().c_str(), GLOBAL_MODULE_NAME, false, false, false);
|
||||
|
||||
if ( id ) {
|
||||
tc = id->Traverse(cb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue