From: Florian G. <re...@us...> - 2006-09-15 06:34:56
|
Update of /cvsroot/perfparse/_perfparse/cgi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24876/cgi Modified Files: perfchart.c Log Message: reconstructing lost defaults in cgi and corrected cgi variables handed to graph Index: perfchart.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/cgi/perfchart.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** perfchart.c 14 Sep 2006 21:05:16 -0000 1.6 --- perfchart.c 15 Sep 2006 06:34:52 -0000 1.7 *************** *** 60,66 **** /* CGI in */ ! char sHost[76]; ! char sService[76]; ! char sMetric[76]; int sMetricId = FALSE; char sFrom[30], sTo[30]; --- 60,66 ---- /* CGI in */ ! char sHost[76]=""; ! char sService[76]=""; ! char sMetric[76]=""; int sMetricId = FALSE; char sFrom[30], sTo[30]; |