summaryrefslogtreecommitdiffstats
path: root/web/attachments/212735-check_tcp.c.diff
blob: ed32a84c728451849acffd6ea7f1a9356478460a (plain)
1
2
3
4
5
6
7
8
9
10
--- nagios-plugins-1.4.5/plugins/check_tcp.c.old	2007-01-24 01:17:45.000000000 +0900
+++ nagios-plugins-1.4.5/plugins/check_tcp.c	2007-01-24 01:17:50.000000000 +0900
@@ -520,6 +520,7 @@
 				usage4 (_("Maxbytes must be a positive integer"));
 			else
 				maxbytes = strtol (optarg, NULL, 0);
+			break;
 		case 'q':
 			if (escape)
 				server_quit = np_escaped_string(optarg);