summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-01-29 00:17:14 (GMT)
committerRincewindsHat <12514511+RincewindsHat@users.noreply.github.com>2022-01-29 00:17:14 (GMT)
commit512bdc22c9ab543aa4748a8853f7dbc904bc0fb4 (patch)
treed958388ce7517817b18bfcfc2e111893f99e217e
parentd65c4fc1b96ec7cf9e5666b7617360098702c517 (diff)
downloadmonitoring-plugins-512bdc2.tar.gz
Remove unused variable
-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;