summaryrefslogtreecommitdiff
path: root/sandbox-null.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox-null.c')
-rw-r--r--sandbox-null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox-null.c b/sandbox-null.c
index 29fa9669f..d4cb9188b 100644
--- a/sandbox-null.c
+++ b/sandbox-null.c
@@ -39,7 +39,7 @@ struct ssh_sandbox {
39}; 39};
40 40
41struct ssh_sandbox * 41struct ssh_sandbox *
42ssh_sandbox_init(void) 42ssh_sandbox_init(struct monitor *monitor)
43{ 43{
44 struct ssh_sandbox *box; 44 struct ssh_sandbox *box;
45 45