Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Remove unused sender
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmabc committed Nov 22, 2019
1 parent 3ccb8c5 commit 8b3d2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/web_relay_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (wrm *WebRelayManager) connectToServer(relay string, sender string) (*webso
if err != nil {
log.Debugf("Connection to relay has an error: %s", err)
log.Debugf("Attempting to reconnect to the relay...")
wrm.reconnectToRelay(relay, sender)
wrm.reconnectToRelay(relay)
break
}

Expand Down

0 comments on commit 8b3d2b7

Please sign in to comment.