From 87f70c18131514316b55f5c22e67dfcd993faf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 24 Jun 2018 05:10:23 +0200 Subject: Bump liberty --- plugins/ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ssh.c') diff --git a/plugins/ssh.c b/plugins/ssh.c index 8ce2e08..11eea1a 100644 --- a/plugins/ssh.c +++ b/plugins/ssh.c @@ -42,7 +42,7 @@ scan_init (struct service *service, struct unit *u) (void) service; struct scan_data *scan = xcalloc (1, sizeof *scan); - str_init (&scan->input); + scan->input = str_make (); scan->u = u; return scan; } -- cgit v1.2.3