mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Add missing break' to the switch-case block that handles the -m' option
(Nobuhiro Ban - 1642682) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1577 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
5aa4d5bbb9
commit
3f9433a0d1
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue