summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ec1f455)
raw | patch | inline | side by side (parent: ec1f455)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 26 Oct 2006 20:51:24 +0000 (20:51 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Thu, 26 Oct 2006 20:51:24 +0000 (20:51 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c
THANKS.in | patch | blob | history | |
plugins/check_disk.c | patch | blob | history | |
plugins/check_http.c | patch | blob | history |
diff --git a/THANKS.in b/THANKS.in
index cf60bf2b3c656b1de0e70b2bfb94a4ad53a0720f..2e0ad4b8d99c7a3d3f5934a5f35fadddb08023f8 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
Craig Orsinger
Robby Giffin
Henning Schmiedehausen
+Markus Baertschi
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index a88d2a1bb68614ab99952c03ff0f362846d66995..8f980a4948934c42bf1360e47fd8b87aaa1effe8 100644 (file)
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
printf ("\n");
else
printf (_(" for %s\n"), mypath);
-
- //return;
}
diff --git a/plugins/check_http.c b/plugins/check_http.c
index abd8aa8dadf968f45a2fcf22ef1e02a823c5af12..05ae55b85f0935801cf8897e714ecd00b4c163f9 100644 (file)
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
else
http_opt_headers = realloc (http_opt_headers, sizeof (char *) * (++http_opt_headers_count));
http_opt_headers[http_opt_headers_count - 1] = optarg;
- //asprintf (&http_opt_headers, "%s", optarg);
+ /* asprintf (&http_opt_headers, "%s", optarg); */
break;
case 'L': /* show html link */
display_html = TRUE;