summaryrefslogtreecommitdiff
path: root/sandbox-systrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-systrace.c')
-rw-r--r--sandbox-systrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-systrace.c b/sandbox-systrace.c
index cc0db46c4..53fbd47cb 100644
--- a/sandbox-systrace.c
+++ b/sandbox-systrace.c
@@ -78,7 +78,7 @@ struct ssh_sandbox {
78}; 78};
79 79
80struct ssh_sandbox * 80struct ssh_sandbox *
81ssh_sandbox_init(void) 81ssh_sandbox_init(struct monitor *monitor)
82{ 82{
83 struct ssh_sandbox *box; 83 struct ssh_sandbox *box;
84 84