Ignore INTERROGATE control.
authorIain Patterson <me@iain.cx>
Mon, 3 Dec 2012 18:13:02 +0000 (10:13 -0800)
committerIain Patterson <me@iain.cx>
Mon, 3 Dec 2012 18:25:59 +0000 (13:25 -0500)
commit5b00b82065af2dd87facc881f6a430b0050dfc3f
tree30e0cf574fa949684d441824c1df3c5661c3b104
parent41c7f8e693c62221d54e91969baeacbea09a14e6
Ignore INTERROGATE control.

NSSM periodically logs that it received an unhandled INTERROGATE
control.  The control is sent by the system to request an update of the
service's status but NSSM always keeps the status up-to-date so no
action is needed on receipt of the control.

Rather than fill the logs with instances of such a message, NSSM will
now simply ignore the INTERROGATE control silently.
ChangeLog.txt
service.cpp