From fa1b158cc47e7f5d8958823ac51504c41a4b440e Mon Sep 17 00:00:00 2001 From: Bluesaxorcist Date: Thu, 8 Aug 2019 17:50:48 -0500 Subject: Modified dialer to return conn and error --- shapeshifter-dispatcher/shapeshifter-dispatcher.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shapeshifter-dispatcher') 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) { -- cgit v1.2.3