summaryrefslogtreecommitdiffstats
path: root/plugins/check_ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ssh.c')
-rw-r--r--plugins/check_ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c
index edfedf5..9a1eaf1 100644
--- a/plugins/check_ssh.c
+++ b/plugins/check_ssh.c
@@ -221,7 +221,7 @@ ssh_connect (char *haddr, int hport, char *remote_version, char *remote_protocol
221 char *version_control_string = NULL; 221 char *version_control_string = NULL;
222 char *output = NULL; 222 char *output = NULL;
223 char *buffer = NULL; 223 char *buffer = NULL;
224 char *tmp= NULL, *saveptr = NULL; 224 char *tmp= NULL;
225 char *ssh_proto = NULL; 225 char *ssh_proto = NULL;
226 char *ssh_server = NULL; 226 char *ssh_server = NULL;
227 static char *rev_no = VERSION; 227 static char *rev_no = VERSION;