summaryrefslogtreecommitdiff
path: root/shapeshifter-dispatcher
diff options
context:
space:
mode:
authorBluesaxorcist <joshua@operatorfoundation.org>2019-08-08 17:50:48 -0500
committerBluesaxorcist <joshua@operatorfoundation.org>2019-08-08 17:50:48 -0500
commitfa1b158cc47e7f5d8958823ac51504c41a4b440e (patch)
treed9a3023a2a91b4a8df3459af21dc6f7f0e71ece0 /shapeshifter-dispatcher
parent6b70945cc913e80abc432640aad2aa1e7330f76f (diff)
Modified dialer to return conn and error
Diffstat (limited to 'shapeshifter-dispatcher')
-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) {