small bug in broker.c
Posted: Fri Sep 27, 2019 5:15 pm
In nagios-4.4.5/base/broker.c:
Line 537 should be this instead:
Code: Select all
535 /* sends contact status updates to broker */
536 void broker_contact_status(int type, int flags, int attr, contact *cntct, struct timeval *timestamp) {
537 nebstruct_service_status_data ds;
Code: Select all
537 nebstruct_contact_status_data ds;