summaryrefslogtreecommitdiffstats
path: root/web/attachments/197609-check_real_options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/197609-check_real_options.patch')
-rw-r--r--web/attachments/197609-check_real_options.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/attachments/197609-check_real_options.patch b/web/attachments/197609-check_real_options.patch
new file mode 100644
index 0000000..a2f069e
--- /dev/null
+++ b/web/attachments/197609-check_real_options.patch
@@ -0,0 +1,16 @@
1Index: plugins/check_real.c
2===================================================================
3RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_real.c,v
4retrieving revision 1.26
5diff -u -r1.26 check_real.c
6--- plugins/check_real.c 20 Jun 2006 11:17:02 -0000 1.26
7+++ plugins/check_real.c 10 Oct 2006 22:24:03 -0000
8@@ -299,7 +299,7 @@
9 }
10
11 while (1) {
12- c = getopt_long (argc, argv, "+hVI:H:e:u:p:w:c:t:", longopts,
13+ c = getopt_long (argc, argv, "+hVvI:H:e:u:p:w:c:t:", longopts,
14 &option);
15
16 if (c == -1 || c == EOF)