diff options
| author | Jochen Neumeister <joneum@FreeBSD.org> | 2025-11-08 18:50:48 +0000 |
|---|---|---|
| committer | Jochen Neumeister <joneum@FreeBSD.org> | 2025-11-08 18:52:15 +0000 |
| commit | 9237fc89724ed2f5074913b5427266cfddcbcbbc (patch) | |
| tree | e04c4406aabd95519534e5a4ceaaba7118e0c61d /net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c | |
| parent | cc632618efd4ab4a45d82c4cfaaec91db9bc436e (diff) | |
Diffstat (limited to 'net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c')
| -rw-r--r-- | net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c b/net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c deleted file mode 100644 index 14b1ae8ab9ae..000000000000 --- a/net-mgmt/monitoring-plugins/files/patch-plugins_check__ssh.c +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/check_ssh.c.orig 2016-11-29 08:45:08 UTC -+++ plugins/check_ssh.c -@@ -255,6 +255,7 @@ ssh_connect (char *haddr, int hport, cha - printf - (_("SSH CRITICAL - %s (protocol %s) version mismatch, expected '%s'\n"), - ssh_server, ssh_proto, remote_version); -+ recv (sd, output, BUFF_SZ, 0); - close(sd); - exit (STATE_CRITICAL); - } -@@ -273,6 +274,7 @@ ssh_connect (char *haddr, int hport, cha - (_("SSH OK - %s (protocol %s) | %s\n"), - ssh_server, ssh_proto, fperfdata("time", elapsed_time, "s", - FALSE, 0, FALSE, 0, TRUE, 0, TRUE, (int)socket_timeout)); -+ recv (sd, output, BUFF_SZ, 0); - close(sd); - exit (STATE_OK); - } |
