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