summaryrefslogtreecommitdiff
path: root/shapeshifter-dispatcher/shapeshifter-dispatcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'shapeshifter-dispatcher/shapeshifter-dispatcher.go')
-rw-r--r--shapeshifter-dispatcher/shapeshifter-dispatcher.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/shapeshifter-dispatcher/shapeshifter-dispatcher.go b/shapeshifter-dispatcher/shapeshifter-dispatcher.go
index 643df18..03923a6 100644
--- a/shapeshifter-dispatcher/shapeshifter-dispatcher.go
+++ b/shapeshifter-dispatcher/shapeshifter-dispatcher.go
@@ -261,10 +261,10 @@ func main() {
}
termMon.Wait(true)
-
- for {
- // FIXME - block because termMon.Wait is not blocking
- }
+ // FIXME - block because termMon.Wait is not blocking
+ //for {
+ //
+ //}
}
func checkIsClient(client bool, server bool) (bool, error) {