]> andersk Git - openssh.git/blobdiff - servconf.c
- (bal) Missed msg.[ch] in merge. Required for ssh-keysign.
[openssh.git] / servconf.c
index 5f8e74e331bab5aac38cc6193b5486a591427f37..7a776ac8e8a797a7a5134a72e62eaac42dfa6833 100644 (file)
@@ -10,7 +10,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.109 2002/05/15 21:02:52 markus Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.110 2002/05/15 21:56:38 markus Exp $");
 
 #if defined(KRB4)
 #include <krb.h>
@@ -250,9 +250,9 @@ fill_default_server_options(ServerOptions *options)
        if (options->authorized_keys_file == NULL)
                options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS;
 
-       /* Turn privilege separation _off_ by default */
+       /* Turn privilege separation on by default */
        if (use_privsep == -1)
-               use_privsep = 0;
+               use_privsep = 1;
 }
 
 /* Keyword tokens. */
This page took 0.036667 seconds and 4 git commands to generate.