Code

Remove C style comments (1583467 - Markus Baertschi)
authorTon Voon <tonvoon@users.sourceforge.net>
Thu, 26 Oct 2006 20:51:24 +0000 (20:51 +0000)
committerTon 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
plugins/check_disk.c
plugins/check_http.c

index cf60bf2b3c656b1de0e70b2bfb94a4ad53a0720f..2e0ad4b8d99c7a3d3f5934a5f35fadddb08023f8 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -198,3 +198,4 @@ Kyle Tucker
 Craig Orsinger
 Robby Giffin
 Henning Schmiedehausen
+Markus Baertschi
index a88d2a1bb68614ab99952c03ff0f362846d66995..8f980a4948934c42bf1360e47fd8b87aaa1effe8 100644 (file)
@@ -635,8 +635,6 @@ print_path (const char *mypath)
     printf ("\n");
   else
     printf (_(" for %s\n"), mypath);
-
-  //return;
 }
 
 
index abd8aa8dadf968f45a2fcf22ef1e02a823c5af12..05ae55b85f0935801cf8897e714ecd00b4c163f9 100644 (file)
@@ -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;