Update of /cvsroot/nagios/nagios/cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv20948/cgi
Modified Files:
Tag: nagios-1-x-bugfixes
statusmap.c
Log Message:
statusmap bug fix
Index: statusmap.c
===================================================================
RCS file: /cvsroot/nagios/nagios/cgi/statusmap.c,v
retrieving revision 1.9.2.2
retrieving revision 1.9.2.3
diff -C2 -r1.9.2.2 -r1.9.2.3
*** statusmap.c 23 Nov 2003 01:37:22 -0000 1.9.2.2
--- statusmap.c 21 Jan 2004 04:37:15 -0000 1.9.2.3
***************
*** 3,8 ****
* STATUSMAP.C - Nagios Network Status Map CGI
*
! * Copyright (c) 1999-2003 Ethan Galstad (nagios@xxxxxxxxxx)
! * Last Modified: 11-22-2003
*
* Description:
--- 3,8 ----
* STATUSMAP.C - Nagios Network Status Map CGI
*
! * Copyright (c) 1999-2004 Ethan Galstad (nagios@xxxxxxxxxx)
! * Last Modified: 01-19-2004
*
* Description:
***************
*** 1426,1430 ****
/* if we are just creating the html, we don't need the image anymore */
! if(create_type==CREATE_HTML)
gdImageDestroy(background_image);
--- 1426,1430 ----
/* if we are just creating the html, we don't need the image anymore */
! if(create_type==CREATE_HTML && background_image!=NULL)
gdImageDestroy(background_image);
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
|