diff options
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 2 |
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; |