summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--THANKS.in1
-rw-r--r--plugins/check_disk.c2
-rw-r--r--plugins/check_http.c2
3 files changed, 2 insertions, 3 deletions
diff --git a/THANKS.in b/THANKS.in
index cf60bf2..2e0ad4b 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -198,3 +198,4 @@ Kyle Tucker
198Craig Orsinger 198Craig Orsinger
199Robby Giffin 199Robby Giffin
200Henning Schmiedehausen 200Henning Schmiedehausen
201Markus Baertschi
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index a88d2a1..8f980a4 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -635,8 +635,6 @@ print_path (const char *mypath)
635 printf ("\n"); 635 printf ("\n");
636 else 636 else
637 printf (_(" for %s\n"), mypath); 637 printf (_(" for %s\n"), mypath);
638
639 //return;
640} 638}
641 639
642 640
diff --git a/plugins/check_http.c b/plugins/check_http.c
index abd8aa8..05ae55b 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -274,7 +274,7 @@ process_arguments (int argc, char **argv)
274 else 274 else
275 http_opt_headers = realloc (http_opt_headers, sizeof (char *) * (++http_opt_headers_count)); 275 http_opt_headers = realloc (http_opt_headers, sizeof (char *) * (++http_opt_headers_count));
276 http_opt_headers[http_opt_headers_count - 1] = optarg; 276 http_opt_headers[http_opt_headers_count - 1] = optarg;
277 //asprintf (&http_opt_headers, "%s", optarg); 277 /* asprintf (&http_opt_headers, "%s", optarg); */
278 break; 278 break;
279 case 'L': /* show html link */ 279 case 'L': /* show html link */
280 display_html = TRUE; 280 display_html = TRUE;