diff options
Diffstat (limited to 'sshd.c')
-rw-r--r-- | sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |