mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-29 04:55:31 +00:00
controlclient: remove unnecessary comparison to bool.
Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
parent
14af0c4eb3
commit
fe9af19da9
@ -196,7 +196,7 @@ func (c *Client) cancelMapSafely() {
|
|||||||
|
|
||||||
c.logf("cancelMapSafely: synced=%v\n", c.synced)
|
c.logf("cancelMapSafely: synced=%v\n", c.synced)
|
||||||
|
|
||||||
if c.inPollNetMap == true {
|
if c.inPollNetMap {
|
||||||
// received at least one netmap since the last
|
// received at least one netmap since the last
|
||||||
// interruption. That means the server has already
|
// interruption. That means the server has already
|
||||||
// fully processed our last request, which might
|
// fully processed our last request, which might
|
||||||
|
Loading…
Reference in New Issue
Block a user