--- a/sshd.c | |
+++ b/sshd.c | |
@@ -1792,7 +1792,7 @@ main(int ac, char **av) | |
"without OpenSSL" | |
#endif | |
); | |
- | |
+ use_privsep = 0; | |
/* Store privilege separation user for later use if required. */ | |
privsep_chroot = use_privsep && (getuid() == 0 || geteuid() == 0); | |
if ((privsep_pw = getpwnam(SSH_PRIVSEP_USER)) == NULL) { |