controlclient: remove unnecessary comparison to bool.

Signed-off-by: David Anderson <dave@natulte.net>
main
David Anderson 6 years ago
parent 14af0c4eb3
commit fe9af19da9
  1. 2
      control/controlclient/auto.go

@ -196,7 +196,7 @@ func (c *Client) cancelMapSafely() {
c.logf("cancelMapSafely: synced=%v\n", c.synced)
if c.inPollNetMap == true {
if c.inPollNetMap {
// received at least one netmap since the last
// interruption. That means the server has already
// fully processed our last request, which might

Loading…
Cancel
Save