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
|
@ -103,7 +103,7 @@ void HookArgument::Describe(ODesc* d) const {
|
|||
|
||||
case FUNC:
|
||||
if ( arg.func )
|
||||
d->Add(arg.func->Name());
|
||||
d->Add(arg.func->GetName());
|
||||
else
|
||||
d->Add("<null>");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue