Extract a wrench accidentally left inside the engine

Signed-off-by: John Fieber <jrf@ursamaris.org>
This commit is contained in:
John Fieber 2015-04-17 12:24:58 -07:00
parent fdaa783597
commit 6ab04a0b51
1 changed files with 0 additions and 1 deletions

View File

@ -593,7 +593,6 @@ func zeroFill(w io.Writer, n int64) error {
// Select an available port, trying the specified
// port first, falling back on an OS selected port.
func getAvailableTCPPort(port int) (int, error) {
return 56883, nil
for i := 0; i <= 10; i++ {
ln, err := net.Listen("tcp4", fmt.Sprintf("127.0.0.1:%d", port))
if err != nil {