mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix warning in broker.web-socket-events btest
This commit is contained in:
parent
53394bca0c
commit
1b1af51bdc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ event Broker::peer_lost(endpoint: Broker::EndpointInfo, msg: string)
|
||||||
terminate();
|
terminate();
|
||||||
}
|
}
|
||||||
|
|
||||||
event pong(msg: string, n: count)
|
event pong(msg: string, n: count) &is_used
|
||||||
{
|
{
|
||||||
print fmt("sender got pong: %s, %s", msg, n);
|
print fmt("sender got pong: %s, %s", msg, n);
|
||||||
send_event();
|
send_event();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue