Date: Fri, 18 Feb 2000 21:19:50 +0300 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: current@freebsd.org, shin@freebsd.org Subject: strange code in ftp.c Message-ID: <20000218211950.A61219@nagual.pp.ru>
next in thread | raw e-mail | index | archive | help
Around ftp.c line 383 I see now:
} else if (code == 229) {
/* result for EPSV */
pflag = 1;
pflag = 100;
break;
} else
Please left only one 'pflag' assignment.
--
Andrey A. Chernov
<ache@nagual.pp.ru>
http://nagual.pp.ru/~ache/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000218211950.A61219>
