diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
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; |