summaryrefslogtreecommitdiff
path: root/sandbox-seccomp-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r--sandbox-seccomp-filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-seccomp-filter.c b/sandbox-seccomp-filter.c
index cc1465305..2f73067e1 100644
--- a/sandbox-seccomp-filter.c
+++ b/sandbox-seccomp-filter.c
@@ -132,7 +132,7 @@ struct ssh_sandbox {
132}; 132};
133 133
134struct ssh_sandbox * 134struct ssh_sandbox *
135ssh_sandbox_init(void) 135ssh_sandbox_init(struct monitor *monitor)
136{ 136{
137 struct ssh_sandbox *box; 137 struct ssh_sandbox *box;
138 138