aboutsummaryrefslogtreecommitdiff
path: root/plugins/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ssh.c')
-rw-r--r--plugins/ssh.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ssh.c b/plugins/ssh.c
index 8a1cc3a..68f8d52 100644
--- a/plugins/ssh.c
+++ b/plugins/ssh.c
@@ -37,8 +37,10 @@ struct scan_data
};
static void *
-scan_init (struct unit *u)
+scan_init (struct service *service, struct unit *u)
{
+ (void) service;
+
struct scan_data *scan = xcalloc (1, sizeof *scan);
str_init (&scan->input);
scan->u = u;