From b4dc003dd206761f78c93e47353dc6f3921ae6d8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 24 Sep 2016 01:52:21 +0200 Subject: fixed bug introduced by latest change diff --git a/src/rhctl/switch_control.go b/src/rhctl/switch_control.go index 985f8b3..66a41bf 100644 --- a/src/rhctl/switch_control.go +++ b/src/rhctl/switch_control.go @@ -229,8 +229,8 @@ func (ctrl *SwitchControl) reconcile(requestedServer string) (result bool) { if !ctrl.state.Settled { if requestedServer != "" { rhl.Printf("SwitchCTRL: ignoreing preferred server requests while settling") - return } + return } if len(ctrl.servers) < 1 { ctrl.state.Mood = MoodHappy -- cgit v0.10.2