Date: Wed, 6 Dec 2000 01:23:28 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 ftp.c Message-ID: <200012060923.eB69NSw96973@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2000/12/06 01:23:28 PST Modified files: lib/libfetch fetch.3 ftp.c Log: Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate and had libfetch selecting passive mode even when FTP_PASSIVE_MODE was not set at all, which is really quite surprising unless you know about it. So change it to the agreed default behaviour of selecting passive mode if FTP_PASSIVE_MODE is set, but not "no". Revision Changes Path 1.33 +4 -4 src/lib/libfetch/fetch.3 1.56 +2 -2 src/lib/libfetch/ftp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012060923.eB69NSw96973>