[Nagiosplug-checkins] nagiosplug/plugins check_disk.c, 1.78, 1.79 check_http.c, 1.95, 1.96
Ton Voon
tonvoon at users.sourceforge.net
Thu Oct 26 22:51:26 CEST 2006
Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2459/plugins
Modified Files:
check_disk.c check_http.c
Log Message:
Remove C style comments (1583467 - Markus Baertschi)
Index: check_disk.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_disk.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- check_disk.c 18 Oct 2006 12:12:11 -0000 1.78
+++ check_disk.c 26 Oct 2006 20:51:24 -0000 1.79
@@ -635,8 +635,6 @@
printf ("\n");
else
printf (_(" for %s\n"), mypath);
-
- //return;
}
Index: check_http.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_http.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- check_http.c 24 Oct 2006 08:34:31 -0000 1.95
+++ check_http.c 26 Oct 2006 20:51:24 -0000 1.96
@@ -274,7 +274,7 @@
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;
More information about the Commits
mailing list