Skip to content
Snippets Groups Projects
Commit b743c869 authored by rswindell's avatar rswindell
Browse files

Added web_svc==NULL check to ServiceStatusTimerTick.

parent 1a72bbd6
No related branches found
No related tags found
No related merge requests found
......@@ -3686,6 +3686,7 @@ void __fastcall TMainForm::ServiceStatusTimerTick(TObject *Sender)
if(queryServiceStatus==NULL || queryServiceConfig==NULL
|| (bbs_svc==NULL
&& ftp_svc==NULL
&& web_svc==NULL
&& mail_svc==NULL
&& services_svc==NULL)) {
ServiceStatusTimer->Enabled=false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment