[Nagiosplug-checkins] nagiosplug/plugins check_tcp.c,1.80,1.81
Holger Weiss
hweiss at users.sourceforge.net
Tue Jan 23 18:20:46 CET 2007
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2959
Modified Files:
check_tcp.c
Log Message:
Add missing `break' to the switch-case block that handles the `-m' option
(Nobuhiro Ban - 1642682)
Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- check_tcp.c 19 Oct 2006 23:53:28 -0000 1.80
+++ check_tcp.c 23 Jan 2007 17:20:43 -0000 1.81
@@ -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);
More information about the Commits
mailing list