mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Fix issue with canonical names not printing for file analyzers
This commit is contained in:
parent
c322bc249d
commit
a015c09409
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Component::~Component()
|
|||
|
||||
void Component::DoDescribe(zeek::ODesc* d) const
|
||||
{
|
||||
if ( factory )
|
||||
if ( factory || factory_func )
|
||||
{
|
||||
d->Add("ANALYZER_");
|
||||
d->Add(CanonicalName());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue