diff options
-rw-r--r-- | src/rhctl/switch_control.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |