mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Apply suggestions from code review
Co-authored-by: Jon Siwek <jsiwek@corelight.com>
This commit is contained in:
parent
e78386d6e5
commit
cd330c801d
2 changed files with 3 additions and 2 deletions
|
@ -89,7 +89,7 @@ event zeek_init() &priority=-10
|
|||
Broker::subscribe(nodeid_topic(Broker::node_id()));
|
||||
Broker::subscribe(node_topic(node));
|
||||
|
||||
if ( self?$p )
|
||||
if ( self$p != 0/unknown )
|
||||
{
|
||||
Broker::listen(Broker::default_listen_address,
|
||||
self$p,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue