Code

Fix bug #1574863: check_real does not accept the '-v' option
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Thu, 4 Jan 2007 11:51:04 +0000 (11:51 +0000)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>
Thu, 4 Jan 2007 11:51:04 +0000 (11:51 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1560 f882894a-f735-0410-b71e-b25c423dba1c

plugins/check_real.c

index 17331f92d16ed1b0fb73b480dcceab95d848ab91..2d24e1481605e9c1bc7a0bd0529aac2685ea7753 100644 (file)
@@ -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)