From c2596e23fa9aeb1b60d9dea058f1edfd095e6441 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Thu, 26 Oct 2006 20:51:24 +0000 Subject: [PATCH] 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 --- THANKS.in | 1 + plugins/check_disk.c | 2 -- plugins/check_http.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/THANKS.in b/THANKS.in index cf60bf2b..2e0ad4b8 100644 --- a/THANKS.in +++ b/THANKS.in @@ -198,3 +198,4 @@ Kyle Tucker Craig Orsinger Robby Giffin Henning Schmiedehausen +Markus Baertschi diff --git a/plugins/check_disk.c b/plugins/check_disk.c index a88d2a1b..8f980a49 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -635,8 +635,6 @@ print_path (const char *mypath) printf ("\n"); else printf (_(" for %s\n"), mypath); - - //return; } diff --git a/plugins/check_http.c b/plugins/check_http.c index abd8aa8d..05ae55b8 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c @@ -274,7 +274,7 @@ process_arguments (int argc, char **argv) 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; -- 2.11.4.GIT