summaryrefslogtreecommitdiffstats
path: root/web/attachments/210598-printf_fmt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/210598-printf_fmt.patch')
-rw-r--r--web/attachments/210598-printf_fmt.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/web/attachments/210598-printf_fmt.patch b/web/attachments/210598-printf_fmt.patch
new file mode 100644
index 0000000..c6e0f6a
--- /dev/null
+++ b/web/attachments/210598-printf_fmt.patch
@@ -0,0 +1,26 @@
1Index: plugins/check_ldap.c
2===================================================================
3RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_ldap.c,v
4retrieving revision 1.33
5diff -r1.33 check_ldap.c
6381c381
7< printf (" %s\n," "-D [--bind]");
8---
9> printf (" %s\n", "-D [--bind]");
10383c383
11< printf (" %s\n," "-P [--pass]");
12---
13> printf (" %s\n", "-P [--pass]");
14413c413
15< printf ("[-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]\n",
16---
17> printf ("[-P <password>] [-w <warn_time>] [-c <crit_time>] [-t timeout]%s\n",
18Index: plugins/check_http.c
19===================================================================
20RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
21retrieving revision 1.97
22diff -r1.97 check_http.c
231272c1272
24< printf (" %s\n," "-P, --post=STRING");
25---
26> printf (" %s\n", "-P, --post=STRING");