net/tstun: remove unnecessary break statement

Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
main
Josh Bleecher Snyder 5 years ago
parent 61e411344f
commit 42c8b9ad53
  1. 1
      net/tstun/ifstatus_windows.go

@ -93,7 +93,6 @@ func waitInterfaceUp(iface tun.Device, timeout time.Duration, logf logger.Logf)
iw.logf("TUN interface is up after %v", time.Since(t0))
return nil
case <-ticker.C:
break
}
if iw.isUp() {

Loading…
Cancel
Save