Skip to content

Commit

Permalink
Fake 2
Browse files Browse the repository at this point in the history
  • Loading branch information
georgysavva committed Jun 8, 2021
1 parent dfa4dac commit c4ab1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/gossip/gossip.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func start(shutdownSignal <-chan struct{}) {
log.Fatalf("Error resolving %s: %v", local.CfgBind, err)
}


listener, err := net.ListenTCP(gossipEndpoint.Network(), localAddr)
if err != nil {
log.Fatalf("Error listening: %v", err)
Expand Down

0 comments on commit c4ab1f6

Please sign in to comment.