From owner-cvs-all Fri May 5 9:50:46 2000 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id F224D37B5EE; Fri, 5 May 2000 09:50:36 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id SAA01216; Fri, 5 May 2000 18:50:33 +0200 (CEST) (envelope-from des@flood.ping.uio.no) To: Bill Fumerola Cc: Alexander Langer , "Jordan K. Hubbard" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libftpio ftpio.c References: <200004232123.OAA45684@freefall.freebsd.org> <20000505155103.A33140@cichlids.cichlids.com> <20000505111924.B86725@jade.chc-chimes.com> From: Dag-Erling Smorgrav Date: 05 May 2000 18:50:33 +0200 In-Reply-To: Bill Fumerola's message of "Fri, 5 May 2000 11:19:24 -0400" Message-ID: Lines: 23 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Fumerola writes: > Index: ftpio.c > =================================================================== > RCS file: /home/ncvs/src/lib/libftpio/ftpio.c,v > retrieving revision 1.34 > diff -u -r1.34 ftpio.c > --- ftpio.c 2000/04/23 21:23:34 1.34 > +++ ftpio.c 2000/05/05 15:10:46 > @@ -500,7 +500,7 @@ > { > char *cp = getenv("FTP_PASSIVE_MODE"); > > - ftpPassive(fp, (cp && !strncmp(cp, "YES", 3))); > + ftpPassive(fp, (cp && strncasecmp(cp, "no", 2))); > } > > static void Just what the doctor ordered. Commit away! DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message