Skip to content

Commit

Permalink
Fix nil bug
Browse files Browse the repository at this point in the history
  • Loading branch information
coyove committed Apr 4, 2018
1 parent d1d4778 commit 4332dd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/goflyway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ func main() {
logg.F("can't get remote config")
}

client.Listener.Close()
parseUpstream(cc, cm)
client = proxy.NewClient(localaddr, cc)
}
Expand Down

0 comments on commit 4332dd2

Please sign in to comment.