Another bug in xsddefault.c (2.0b3)

Ethan Galstad nagios at nagios.org
Thu May 26 05:15:08 CEST 2005


Thanks - this and the previous xsddefault.c patch have been applied 
and will be in CVS soon.


On 25 May 2005 at 19:13, François Laupretre wrote:

> In function 'xsddefault_read_status_data' in 'case
> XSDDEFAULT_PROGRAM_DATA':
> 
>   else if(!strcmp(var,"check_host_freshness"))
>    obsess_over_hosts=(atoi(val)>0)?TRUE:FALSE;
> 
> should be :
> 
>   else if(!strcmp(var,"check_host_freshness"))
>    check_host_freshness=(atoi(val)>0)?TRUE:FALSE;
>   else if(!strcmp(var,"obsess_over_host"))
>    obsess_over_hosts=(atoi(val)>0)?TRUE:FALSE;
> 
> xrddefault_read_state_information is correct.
> 



Ethan Galstad,
Nagios Developer
---
Email: nagios at nagios.org
Website: http://www.nagios.org



-------------------------------------------------------
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_idt02&alloc_id135&op=click




More information about the Developers mailing list