Hi,

I found a bug.  What happens:  if the host name entered by the user does not 
match the official name, the .netrc command won't work because the host entered 
by the user is overwritten in the "hookup" function, and it shouldn't be.

host = hookup (host, port);

should be:

hostname = hookup (host, port);

in file:

inetutils-1.9.2/ftp/cmds.c

Thanks!

--johnS




Reply via email to