[Nagios-devel] re patch for nrpe.c : stderr output causes CRC error
Posted: Thu Mar 11, 2004 8:43 pm
Hi Ethan,
I see you've applied both my patches - thanks.
There seems to be a glitch with this one, though:
[line 235, nrpe.c]
/* redirect STDERR to /dev/null
close(2);
open("/dev/null",O_WRONLY);
Note the missing close-of-comment, which turns all the above lines into
comments.
Regards,
Simon
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
I see you've applied both my patches - thanks.
There seems to be a glitch with this one, though:
[line 235, nrpe.c]
/* redirect STDERR to /dev/null
close(2);
open("/dev/null",O_WRONLY);
Note the missing close-of-comment, which turns all the above lines into
comments.
Regards,
Simon
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]