From owner-cvs-all Fri May 5 9:26:37 2000 Delivered-To: cvs-all@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 625A837B542; Fri, 5 May 2000 09:26:32 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 6D91E1C69; Fri, 5 May 2000 12:26:30 -0400 (EDT) Date: Fri, 5 May 2000 12:26:30 -0400 From: Bill Fumerola To: Alexander Langer Cc: Dag-Erling Smorgrav , "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libftpio ftpio.c Message-ID: <20000505122630.E86725@jade.chc-chimes.com> References: <200004232123.OAA45684@freefall.freebsd.org> <20000505155103.A33140@cichlids.cichlids.com> <20000505111924.B86725@jade.chc-chimes.com> <20000505182339.A61869@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000505182339.A61869@cichlids.cichlids.com>; from alex@big.endian.de on Fri, May 05, 2000 at 06:23:39PM +0200 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 05, 2000 at 06:23:39PM +0200, Alexander Langer wrote: > > - 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!!"? man strncasecmp -- Bill Fumerola - Network Architect / Computer Horizons Corp - CVM e-mail: billf@chc-chimes.com / billf@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message