summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5aa4d5b)
raw | patch | inline | side by side (parent: 5aa4d5b)
author | Holger Weiss <hweiss@users.sourceforge.net> | |
Tue, 23 Jan 2007 17:20:43 +0000 (17:20 +0000) | ||
committer | Holger Weiss <hweiss@users.sourceforge.net> | |
Tue, 23 Jan 2007 17:20:43 +0000 (17:20 +0000) |
(Nobuhiro Ban - 1642682)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1577 f882894a-f735-0410-b71e-b25c423dba1c
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1577 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_tcp.c | patch | blob | history |
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index 00105f9f9d6a9d707fb0bd4eb2eafb1afe213faf..faa3cedb99c3d60d9fda8b57b1d4084da86c0528 100644 (file)
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
usage4 (_("Maxbytes must be a positive integer"));
else
maxbytes = strtol (optarg, NULL, 0);
+ break;
case 'q':
if (escape)
server_quit = np_escaped_string(optarg);