Просмотр исходного кода

Fix: actually wait for tactics retry period

Rod Hynes 7 лет назад
Родитель
Сommit
75ee037205
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      psiphon/controller.go

+ 0 - 1
psiphon/controller.go

@@ -1331,7 +1331,6 @@ func (controller *Controller) getTactics(done chan struct{}) {
 			case <-controller.establishCtx.Done():
 				return
 			case <-tacticsRetryDelay.C:
-			default:
 			}
 
 			tacticsRetryDelay.Stop()