Re: [Nagios-devel] Another bug in xsddefault.c (2.0b3)

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Another bug in xsddefault.c (2.0b3)

Post by Guest »

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=C3=A7ois Laupretre wrote:

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



Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked