commands: Fix broken --appendPort=false

Also make sure to log the correct server URL to the console.

Fixes #4111
This commit is contained in:
Bjørn Erik Pedersen 2017-11-24 08:43:09 +01:00
parent 42fbf15fb7
commit 8afd7d9ceb
2 changed files with 13 additions and 11 deletions

View file

@ -25,6 +25,8 @@ type commandeer struct {
pathSpec *helpers.PathSpec
visitedURLs *types.EvictingStringQueue
serverPorts []int
configured bool
}