mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
analyzer: Replace nulls with nullptr
This commit is contained in:
parent
cb01e098df
commit
6897912909
54 changed files with 305 additions and 307 deletions
|
@ -11,7 +11,7 @@ class Plugin : public plugin::Plugin {
|
|||
public:
|
||||
plugin::Configuration Configure() override
|
||||
{
|
||||
AddComponent(new ::analyzer::Component("ZIP", 0));
|
||||
AddComponent(new ::analyzer::Component("ZIP", nullptr));
|
||||
|
||||
plugin::Configuration config;
|
||||
config.name = "Zeek::ZIP";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue