mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
plugin/probabilistic/zeekygen: Replace nulls with nullptr
This commit is contained in:
parent
393b8353cb
commit
41c3256faa
10 changed files with 36 additions and 36 deletions
|
@ -168,7 +168,7 @@ public:
|
|||
bool HavePluginForHook(HookType hook) const
|
||||
{
|
||||
// Inline to avoid the function call.
|
||||
return hooks[hook] != 0;
|
||||
return hooks[hook] != nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue