[Nagios-devel] re patch for nrpe.c : stderr output causes CRC error

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

[Nagios-devel] re patch for nrpe.c : stderr output causes CRC error

Post by Guest »

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]
Locked