summaryrefslogtreecommitdiffstats
path: root/plugins/check_http.c
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-10-26 20:51:24 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-10-26 20:51:24 (GMT)
commitc2596e23fa9aeb1b60d9dea058f1edfd095e6441 (patch)
treef1773ab0924abe97c7c83ad78a30393d3b2e8d37 /plugins/check_http.c
parentec1f4555db7e6ba2d0a34c57c58bfad948c2a354 (diff)
downloadmonitoring-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
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
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;