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 e032c1720..038fb2a56 100644
--- a/sshd.c
+++ b/sshd.c
@@ -631,7 +631,7 @@ privsep_preauth(Authctxt *authctxt)
631{ 631{
632 int status; 632 int status;
633 pid_t pid; 633 pid_t pid;
634 struct ssh_sandbox *box = NULL; 634 void *box = NULL;
635 635
636 /* Set up unprivileged child process to deal with network data */ 636 /* Set up unprivileged child process to deal with network data */
637 pmonitor = monitor_init(); 637 pmonitor = monitor_init();