summaryrefslogtreecommitdiffstats
path: root/plugins/check_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_tcp.c')
-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 00105f9..faa3ced 100644
--- a/plugins/check_tcp.c
+++ b/plugins/check_tcp.c
@@ -520,6 +520,7 @@ process_arguments (int argc, char **argv)
520 usage4 (_("Maxbytes must be a positive integer")); 520 usage4 (_("Maxbytes must be a positive integer"));
521 else 521 else
522 maxbytes = strtol (optarg, NULL, 0); 522 maxbytes = strtol (optarg, NULL, 0);
523 break;
523 case 'q': 524 case 'q':
524 if (escape) 525 if (escape)
525 server_quit = np_escaped_string(optarg); 526 server_quit = np_escaped_string(optarg);