diff options
Diffstat (limited to 'plugins/check_by_ssh.c')
-rw-r--r-- | plugins/check_by_ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index 39d49070..193657c3 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
@@ -70,7 +70,7 @@ main (int argc, char **argv) | |||
70 | int i; | 70 | int i; |
71 | time_t local_time; | 71 | time_t local_time; |
72 | FILE *fp = NULL; | 72 | FILE *fp = NULL; |
73 | output chld_out, chld_err; | 73 | cmd_output chld_out, chld_err; |
74 | 74 | ||
75 | remotecmd = ""; | 75 | remotecmd = ""; |
76 | comm_append(SSH_COMMAND); | 76 | comm_append(SSH_COMMAND); |