summaryrefslogtreecommitdiff
path: root/src/rhctl/main.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-24 18:48:29 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-24 18:48:29 (GMT)
commit2de6beb14b764a850933040c8970dedfd78158c8 (patch)
treedf7d523a1406e5b0cadec7dce8455b04e59a21e6 /src/rhctl/main.go
parentcb045546348fb04173d84e7c700f8674fbe1797c (diff)
added support for web-socket based interface
Diffstat (limited to 'src/rhctl/main.go')
-rw-r--r--src/rhctl/main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rhctl/main.go b/src/rhctl/main.go
index b0b57e6..3ba8c45 100644
--- a/src/rhctl/main.go
+++ b/src/rhctl/main.go
@@ -95,10 +95,10 @@ func main() {
}
servers = append(servers, server)
}
- if len(servers) <= 0 {
- rhl.Printf("Error: there is no playout server configured...")
- return
- }
+ // if len(servers) <= 0 {
+ // rhl.Printf("Error: there is no playout server configured...")
+ // return
+ // }
ctrl := SwitchControlInit(conf, sw, servers)