Skip site navigation (1)Skip section navigation (2)
Date:      05 May 2000 18:50:33 +0200
From:      Dag-Erling Smorgrav <des@flood.ping.uio.no>
To:        Bill Fumerola <billf@chc-chimes.com>
Cc:        Alexander Langer <alex@big.endian.de>, "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:  <xzpu2gdaqli.fsf@flood.ping.uio.no>
In-Reply-To: Bill Fumerola's message of "Fri, 5 May 2000 11:19:24 -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
Bill Fumerola <billf@chc-chimes.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpu2gdaqli.fsf>