mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-16 00:58:01 -05:00
patch attempt to reference undefined optarg (credit Paul Farrall)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@612 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
d34af31416
commit
2ea2edbd8b
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ process_arguments (int argc, char **argv)
|
|||
|
||||
switch (c) {
|
||||
case '?': /* usage */
|
||||
usage2 ("unknown argument", optarg);
|
||||
usage3 ("unknown argument", optopt);
|
||||
break;
|
||||
case 'h': /* help */
|
||||
print_help ();
|
||||
|
|
|
|||
Loading…
Reference in a new issue