From owner-cvs-all Fri May 5 9:30:19 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A0E837B542; Fri, 5 May 2000 09:30:09 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9C115A.dip0.t-ipconnect.de [62.156.17.90]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id RAA27040; Fri, 5 May 2000 17:28:50 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 10A85AC2C; Fri, 5 May 2000 18:34:44 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id SAA62716; Fri, 5 May 2000 18:30:12 +0200 (CEST) (envelope-from alex) Date: Fri, 5 May 2000 18:30:12 +0200 From: Alexander Langer To: Bill Fumerola 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: <20000505183012.A62622@cichlids.cichlids.com> References: <200004232123.OAA45684@freefall.freebsd.org> <20000505155103.A33140@cichlids.cichlids.com> <20000505111924.B86725@jade.chc-chimes.com> <20000505182339.A61869@cichlids.cichlids.com> <20000505122630.E86725@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000505122630.E86725@jade.chc-chimes.com>; from billf@chc-chimes.com on Fri, May 05, 2000 at 12:26:30PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thus spake Bill Fumerola (billf@chc-chimes.com): > > > - ftpPassive(fp, (cp && !strncmp(cp, "YES", 3))); > > > + ftpPassive(fp, (cp && strncasecmp(cp, "no", 2))); > man strncasecmp Sorry. Didn't see that. Alex (hiding in a dark place). -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message