[Nagios-devel] bug in cmd.c

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] bug in cmd.c

Post by Guest »

This is a multi-part message in MIME format.

------=_NextPart_000_0FB0_01C961B0.C0780800
Content-Type: text/plain;
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable

Hello,
maybe I found a bug in version 3.0.6 in cmd.c - red code was missing:

2035 case CMD_SCHEDULE_SVC_CHECK:
2036 case CMD_SCHEDULE_FORCED_SVC_CHECK:
2037 if (force_check =3D=3D TRUE)
2038 cmd =3D CMD_SCHEDULE_FORCED_SVC_CHECK;
2039 result =3D =
cmd_submitf(cmd,"%s;%s;%lu",host_name,service_desc,start_time);
2040 break;


Ratay

------=_NextPart_000_0FB0_01C961B0.C0780800
Content-Type: text/html;
charset="iso-8859-2"
Content-Transfer-Encoding: quoted-printable








Hello,
maybe I found a bug in version 3.0.6 in =
cmd.c - red=20
code was missing:
 
  =20
2035         case=20
CMD_SCHEDULE_SVC_CHECK:  =20
2036         case=20
CMD_SCHEDULE_FORCED_SVC_CHECK:  =20
2037           &nb=
sp;    =20
if (force_check =3D=3D TRUE)  =20
2038           &nb=
sp;           &nbs=
p;=20
cmd =3D CMD_SCHEDULE_FORCED_SVC_CHECK;  =20
2039           &nb=
sp;    =20
result =3D=20
cmd_submitf(cmd,"%s;%s;%lu",host_name,service_desc,start_time); =
 =20
2040           &nb=
sp;    =20
break;
 
Ratay
 

------=_NextPart_000_0FB0_01C961B0.C0780800--






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