summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/servconf.c b/servconf.c
index 2ce04cf14..f08e37477 100644
--- a/servconf.c
+++ b/servconf.c
@@ -495,15 +495,6 @@ fill_default_server_options(ServerOptions *options)
495 options->auth_methods[0] = NULL; 495 options->auth_methods[0] = NULL;
496 options->num_auth_methods = 0; 496 options->num_auth_methods = 0;
497 } 497 }
498
499#ifndef HAVE_MMAP
500 if (use_privsep && options->compression == 1) {
501 error("This platform does not support both privilege "
502 "separation and compression");
503 error("Compression disabled");
504 options->compression = 0;
505 }
506#endif
507} 498}
508 499
509/* Keyword tokens. */ 500/* Keyword tokens. */