mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Revert to regular peering fn for ssl_auth_failure
With the fixed Broker version, the `ssl_auth_failure` btest can use the regular `peer` function again.
This commit is contained in:
parent
6721248da5
commit
456efd8082
2 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@ BTdqMbieumB/zL97iK5baHUFEJ4VRtLQhh/SOXgew/BF8ccpilI=
|
|||
|
||||
event zeek_init()
|
||||
{
|
||||
Broker::__peer_no_retry("127.0.0.1", to_port(getenv("BROKER_PORT")));
|
||||
Broker::peer("127.0.0.1", to_port(getenv("BROKER_PORT")));
|
||||
}
|
||||
|
||||
event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string)
|
||||
|
@ -121,7 +121,7 @@ redef Broker::ssl_certificate = "../cert.1.pem";
|
|||
|
||||
event zeek_init()
|
||||
{
|
||||
Broker::__peer_no_retry("127.0.0.1", to_port(getenv("BROKER_PORT")));
|
||||
Broker::peer("127.0.0.1", to_port(getenv("BROKER_PORT")));
|
||||
}
|
||||
|
||||
event Broker::peer_added(endpoint: Broker::EndpointInfo, msg: string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue