mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
remove service from key for Cluster::publish_hrw
This commit is contained in:
parent
55013fa128
commit
f7a8e8c8fb
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ event service_info_commit(info: ServicesInfo)
|
||||||
if ( check(info) )
|
if ( check(info) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
local key = cat(info$host, info$port_num, info$service);
|
local key = cat(info$host, info$port_num);
|
||||||
Cluster::publish_hrw(Cluster::proxy_pool, key, known_service_add, info);
|
Cluster::publish_hrw(Cluster::proxy_pool, key, known_service_add, info);
|
||||||
event known_service_add(info);
|
event known_service_add(info);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue