aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/check_tcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c
index 00105f9f..faa3cedb 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -520,6 +520,7 @@ process_arguments (int argc, char **argv)
usage4 (_("Maxbytes must be a positive integer"));
else
maxbytes = strtol (optarg, NULL, 0);
+ break;
case 'q':
if (escape)
server_quit = np_escaped_string(optarg);