Date: Fri, 5 May 2000 18:23:39 +0200 From: Alexander Langer <alex@big.endian.de> To: Bill Fumerola <billf@chc-chimes.com> Cc: Dag-Erling Smorgrav <des@flood.ping.uio.no>, "Jordan K. Hubbard" <jkh@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libftpio ftpio.c Message-ID: <20000505182339.A61869@cichlids.cichlids.com> In-Reply-To: <20000505111924.B86725@jade.chc-chimes.com>; from billf@chc-chimes.com on Fri, May 05, 2000 at 11:19:24AM -0400 References: <200004232123.OAA45684@freefall.freebsd.org> <20000505155103.A33140@cichlids.cichlids.com> <xzpya5pavnx.fsf@flood.ping.uio.no> <20000505111924.B86725@jade.chc-chimes.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake Bill Fumerola (billf@chc-chimes.com): > - ftpPassive(fp, (cp && !strncmp(cp, "YES", 3))); > + ftpPassive(fp, (cp && strncasecmp(cp, "no", 2))); What about "NO"? "No"? "nO"? "no damn chick, or I'll kill ya!!"? Alex PS: The last one is covered by your version above, I know :-) -- I need a new ~/.sig. 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?20000505182339.A61869>