mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +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
|
@ -1 +1 @@
|
|||
Subproject commit 772a37ff650040205481e6b52a8a1ba3c6e94f02
|
||||
Subproject commit 5b82ef4356e2f7bbbaa908149929b332f28dc539
|
|
@ -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