aboutsummaryrefslogtreecommitdiff
path: root/plugins/ssh.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-24 05:10:23 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-24 05:10:23 +0200
commit87f70c18131514316b55f5c22e67dfcd993faf38 (patch)
treecd5145ac23c9df0429604eb54a068db1a3c8ed86 /plugins/ssh.c
parentfa4e874f0811ebbb0e0f2d9ba4ec3fef907c8433 (diff)
downloadponymap-87f70c18131514316b55f5c22e67dfcd993faf38.tar.gz
ponymap-87f70c18131514316b55f5c22e67dfcd993faf38.tar.xz
ponymap-87f70c18131514316b55f5c22e67dfcd993faf38.zip
Bump liberty
Diffstat (limited to 'plugins/ssh.c')
-rw-r--r--plugins/ssh.c2
1 files changed, 1 insertions, 1 deletions
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;
}