mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix subtle race on data store initialization
This commit is contained in:
parent
604fbea00d
commit
8d726ed07a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ event zeek_init()
|
||||||
}
|
}
|
||||||
|
|
||||||
# Send the auto masters we created to the newly connected node
|
# Send the auto masters we created to the newly connected node
|
||||||
event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string) &priority=1
|
event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string) &priority=11
|
||||||
{
|
{
|
||||||
if ( ! Cluster::is_enabled() )
|
if ( ! Cluster::is_enabled() )
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue