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:
parent
5b5c803b8c
commit
ad323a2665
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user