summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshd.c b/sshd.c
index 64b846f6c..9aff5e8af 100644
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshd.c,v 1.392 2012/06/30 14:35:09 markus Exp $ */ 1/* $OpenBSD: sshd.c,v 1.393 2012/07/10 02:19:15 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -635,7 +635,7 @@ privsep_preauth(Authctxt *authctxt)
635 /* Store a pointer to the kex for later rekeying */ 635 /* Store a pointer to the kex for later rekeying */
636 pmonitor->m_pkex = &xxx_kex; 636 pmonitor->m_pkex = &xxx_kex;
637 637
638 if (use_privsep == PRIVSEP_SANDBOX) 638 if (use_privsep == PRIVSEP_ON)
639 box = ssh_sandbox_init(); 639 box = ssh_sandbox_init();
640 pid = fork(); 640 pid = fork();
641 if (pid == -1) { 641 if (pid == -1) {