summaryrefslogtreecommitdiffstats
path: root/web/attachments/212735-check_tcp.c.diff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/212735-check_tcp.c.diff
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/212735-check_tcp.c.diff')
-rw-r--r--web/attachments/212735-check_tcp.c.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/attachments/212735-check_tcp.c.diff b/web/attachments/212735-check_tcp.c.diff
new file mode 100644
index 0000000..ed32a84
--- /dev/null
+++ b/web/attachments/212735-check_tcp.c.diff
@@ -0,0 +1,10 @@
1--- nagios-plugins-1.4.5/plugins/check_tcp.c.old 2007-01-24 01:17:45.000000000 +0900
2+++ nagios-plugins-1.4.5/plugins/check_tcp.c 2007-01-24 01:17:50.000000000 +0900
3@@ -520,6 +520,7 @@
4 usage4 (_("Maxbytes must be a positive integer"));
5 else
6 maxbytes = strtol (optarg, NULL, 0);
7+ break;
8 case 'q':
9 if (escape)
10 server_quit = np_escaped_string(optarg);