controlclient: remove unnecessary comparison to bool.

Signed-off-by: David Anderson <dave@natulte.net>
pull/24/head
David Anderson 4 years ago
parent 14af0c4eb3
commit fe9af19da9

@ -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