summaryrefslogtreecommitdiffstats
path: root/plugins/check_by_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r--plugins/check_by_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c
index 1ad547ed..4ea721b2 100644
--- a/plugins/check_by_ssh.c
+++ b/plugins/check_by_ssh.c
@@ -71,7 +71,7 @@ main (int argc, char **argv)
71 int i; 71 int i;
72 time_t local_time; 72 time_t local_time;
73 FILE *fp = NULL; 73 FILE *fp = NULL;
74 output chld_out, chld_err; 74 cmd_output chld_out, chld_err;
75 75
76 remotecmd = ""; 76 remotecmd = "";
77 comm_append(SSH_COMMAND); 77 comm_append(SSH_COMMAND);