summaryrefslogtreecommitdiffstats
path: root/web/attachments/197609-check_real_options.patch
blob: a2f069e335ea529c35205ea112da0439ada4d821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: plugins/check_real.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_real.c,v
retrieving revision 1.26
diff -u -r1.26 check_real.c
--- plugins/check_real.c	20 Jun 2006 11:17:02 -0000	1.26
+++ plugins/check_real.c	10 Oct 2006 22:24:03 -0000
@@ -299,7 +299,7 @@
 	}
 
 	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)