diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-01-15 16:04:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-01-15 16:04:16 +0000 |
commit | 37c4b71bf8176f042d98b9be2c9e2e5a4cddc7d5 (patch) | |
tree | f38459d1086f254a8d3c0a3f0b034b79c04dc80c /net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c | |
parent | - Update to 1.6.2 (diff) |
Fix build and runtime with openssl with SSLv3 disabled.
While there, rename patches.
PR: 206263
Submitted by: chris chrullrich net
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=406169
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c b/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c deleted file mode 100644 index 22862e326e3a..000000000000 --- a/net-mgmt/nagios-plugins/files/patch-plugins__check_ssh.c +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/check_ssh.c.orig 2015-07-30 21:40:06 UTC -+++ plugins/check_ssh.c -@@ -252,6 +252,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); - } -@@ -270,6 +271,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)timeout_interval)); -+ recv (sd, output, BUFF_SZ, 0); - close(sd); - exit (STATE_OK); - } |