Skip to content

Commit

Permalink
Merge pull request ciao-project#347 from leoswaldo/leoswaldo/launcer/…
Browse files Browse the repository at this point in the history
…code-enhacement

ciao-launcher: remove unecessary asigment of chanel and return
  • Loading branch information
markdryan authored Jul 12, 2016
2 parents 0395e66 + fde0081 commit 451c921
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ciao-launcher/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ func connectToServer(doneCh chan struct{}, statusCh chan struct{}) {
err := client.conn.Dial(cfg, client)
if err != nil {
glog.Errorf("Unable to connect to server %v", err)
dialCh <- err
return
}

dialCh <- err
Expand Down

0 comments on commit 451c921

Please sign in to comment.