diff options
Diffstat (limited to 'sandbox-seccomp-filter.c')
-rw-r--r-- | sandbox-seccomp-filter.c | 2 |
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 | ||
134 | struct ssh_sandbox * | 134 | struct ssh_sandbox * |
135 | ssh_sandbox_init(void) | 135 | ssh_sandbox_init(struct monitor *monitor) |
136 | { | 136 | { |
137 | struct ssh_sandbox *box; | 137 | struct ssh_sandbox *box; |
138 | 138 | ||