Date: Thu, 04 Jan 2001 13:47:43 -0500 From: Daniel Hagan <dhagan@colltech.com> To: freebsd-audit@FreeBSD.ORG, freebsd-security@FreeBSD.ORG, wollman@khavrinen.lcs.mit.edu Subject: Re: ftpd and anonymous setup (modified ftpd) Message-ID: <3A54C54F.90C7FFEC@colltech.com> References: <200101041714.f04HEfB75136@athena.cs.vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> +#ifdef LOGIN_CAP /* Check for ftp-readonly */ > + if (readonly = 0) > + readonly = login_getcapbool(lc, "ftp-readonly", 0); > +#endif Doh! That should have been if (readonly == 0) ;-) Didn't see that first time through. Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A54C54F.90C7FFEC>