Hi,

since 4.7 I can't make any FTP connection in Midnight Commander.
I always get "ftpfs: invalid value for ai_flags".

I'm not a good C coder, so I just did some basic research and
replaced line 703 in ftpfs.c:
old: "hints.ai_flags = AI_ADDRCONFIG;".
new: "hints.ai_flags = 1;"

Now it works as expected.

Maybe someone with a better understand of this wants to have a look at
it.

regards,
Robert

PS: I'm not 


Reply via email to