Use "127.0.0.1" instead of "localhost" which can be more fragile.

(It's possible to have issues with "localhost", for example when there's
something in a $LOCALDOMAIN environment variable, which made this test
fail on certain machines.)

original commit: 22afec432c
This commit is contained in:
Eli Barzilay 2011-02-22 14:26:43 -05:00
parent 5b5c803b8c
commit ad323a2665

View File

@ -209,7 +209,7 @@ END
pasv2-port-maj pasv2-port-min
))))
(define server "localhost")
(define server "127.0.0.1")
(define port main-port)
(define user "anonymous")
(define passwd "nonny")