Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 May 2000 08:41:05 -0600
From:      Warner Losh <imp@village.org>
To:        Alexander Langer <alex@big.endian.de>
Cc:        "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:  <200005051441.IAA48952@harmony.village.org>
In-Reply-To: Your message of "Fri, 05 May 2000 16:11:48 %2B0200." <20000505161148.A34126@cichlids.cichlids.com> 
References:  <20000505161148.A34126@cichlids.cichlids.com>  <200004232123.OAA45684@freefall.freebsd.org> <20000505155103.A33140@cichlids.cichlids.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20000505161148.A34126@cichlids.cichlids.com> Alexander Langer writes:
: I suggest to just back it out.

Agreed.  Or at the very least test against NO or no:

	p = getenv("FTP_PASSIVE_MODE");
	if (p && strcasecmp(p, "no") != 0)
		enable_passive_ftp();

This has been beaten to death three times now, and this was the
outcome each time.

Warner


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?200005051441.IAA48952>