mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix UB in shutdown of Broker manager
This commit is contained in:
parent
38aba87e41
commit
9da68ddc3d
1 changed files with 0 additions and 2 deletions
|
@ -288,8 +288,6 @@ void Manager::Terminate()
|
|||
if ( p.peer.network )
|
||||
bstate->endpoint.unpeer(p.peer.network->address,
|
||||
p.peer.network->port);
|
||||
|
||||
bstate->endpoint.shutdown();
|
||||
}
|
||||
|
||||
bool Manager::Active()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue