Last call.
Ben Lindstrom
mouring at etoh.eviladmin.org
Wed Jun 26 09:22:22 EST 2002
On 25 Jun 2002, John Hardin wrote:
> On Tue, 2002-06-25 at 15:31, Tim Rice wrote:
> > > Will the RH6.2 builds automatically turn off compression?
> >
> > Yes.
>
> Your answer conflicts with Ben's - who's right?
>
Sorry, he is right.
#if !defined(HAVE_MMAP_ANON_SHARED)
if (use_privsep && options->compression == 1) {
error("This platform does not support both privilege "
"separation and compression");
error("Compression disabled");
options->compression = 0;
}
#endif
It spews warnings and then disables compression.
- Ben
More information about the openssh-unix-dev
mailing list