summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshd.c b/sshd.c
index 60b416e30..a5d4218b3 100644
--- a/sshd.c
+++ b/sshd.c
@@ -660,7 +660,7 @@ privsep_preauth(Authctxt *authctxt)
660 pmonitor->m_pkex = &xxx_kex; 660 pmonitor->m_pkex = &xxx_kex;
661 661
662 if (use_privsep == PRIVSEP_ON) 662 if (use_privsep == PRIVSEP_ON)
663 box = ssh_sandbox_init(); 663 box = ssh_sandbox_init(pmonitor);
664 pid = fork(); 664 pid = fork();
665 if (pid == -1) { 665 if (pid == -1) {
666 fatal("fork of unprivileged child failed"); 666 fatal("fork of unprivileged child failed");