Skip to content
Snippets Groups Projects
Commit 915de781 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Work when auto_token is false.

parent ccb291dd
Branches
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ func main() { ...@@ -63,7 +63,7 @@ func main() {
} }
var token string var token string
if listener != nil { if c.AutoToken && listener != nil {
// TODO: Timeout? // TODO: Timeout?
token = <-listener.Token token = <-listener.Token
listener.Shutdown() listener.Shutdown()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment