From: Thomas Guyot-Sionnest Date: Thu, 4 Jan 2007 11:51:04 +0000 (+0000) Subject: Fix bug #1574863: check_real does not accept the '-v' option X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=818b440444d57a2058fc15f4d75ffb7a3552c441;p=nagiosplug.git Fix bug #1574863: check_real does not accept the '-v' option git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1560 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/check_real.c b/plugins/check_real.c index 17331f9..2d24e14 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c @@ -302,7 +302,7 @@ process_arguments (int argc, char **argv) } while (1) { - c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts, + c = getopt_long (argc, argv, "+hvVI:H:e:u:p:w:c:t:", longopts, &option); if (c == -1 || c == EOF)