mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
GH-1062: fix integer conversion errors related to Tag subtypes
This commit is contained in:
parent
da105b3bf9
commit
7f2aae1721
3 changed files with 3 additions and 4 deletions
|
@ -10,7 +10,7 @@ using namespace plugin::Demo_Foo;
|
|||
|
||||
plugin::Configuration Plugin::Configure()
|
||||
{
|
||||
AddComponent(new ::analyzer::Component("Foo", plugin::Demo_Foo::Foo::Instantiate));
|
||||
AddComponent(new ::analyzer::Component("Foo", plugin::Demo_Foo::Foo::Instantiate, 1));
|
||||
|
||||
plugin::Configuration config;
|
||||
config.name = "Demo::Foo";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue