summaryrefslogtreecommitdiff
path: root/src/rhctl/switch_control.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-04-19 00:41:28 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-04-19 00:41:28 (GMT)
commitdf0caeadd4412bc25573665cad3e6e49551a7163 (patch)
tree2ac52f9f830780d20be86ea417dee8e836441c4e /src/rhctl/switch_control.go
parent80e141f45e0d017816e7fe41ff4aba6c72f3965e (diff)
enforce uniqueness in confi switch port assignment
Diffstat (limited to 'src/rhctl/switch_control.go')
-rw-r--r--src/rhctl/switch_control.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rhctl/switch_control.go b/src/rhctl/switch_control.go
index 822c044..425278e 100644
--- a/src/rhctl/switch_control.go
+++ b/src/rhctl/switch_control.go
@@ -148,7 +148,6 @@ func (ctrl *SwitchControl) checkMissingOrStaleStates(maxAge time.Duration) {
server.UpdateRequest <- true
}
}
-
}
func (ctrl *SwitchControl) reconcile(requestedServer string) (result bool) {