diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-26 20:51:24 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-10-26 20:51:24 (GMT) |
commit | c2596e23fa9aeb1b60d9dea058f1edfd095e6441 (patch) | |
tree | f1773ab0924abe97c7c83ad78a30393d3b2e8d37 | |
parent | ec1f4555db7e6ba2d0a34c57c58bfad948c2a354 (diff) | |
download | monitoring-plugins-c2596e23fa9aeb1b60d9dea058f1edfd095e6441.tar.gz |
Remove C style comments (1583467 - Markus Baertschi)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1526 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | plugins/check_disk.c | 2 | ||||
-rw-r--r-- | plugins/check_http.c | 2 |
3 files changed, 2 insertions, 3 deletions
@@ -198,3 +198,4 @@ Kyle Tucker | |||
198 | Craig Orsinger | 198 | Craig Orsinger |
199 | Robby Giffin | 199 | Robby Giffin |
200 | Henning Schmiedehausen | 200 | Henning Schmiedehausen |
201 | Markus 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; |