2018-10-16 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdservice(8) that caused maintenance routines
	to be attempted only once per invocation.
This commit is contained in:
Fred Gleason 2018-10-16 19:23:16 -04:00
parent 00bf0e9aa6
commit 3ca85127e7
2 changed files with 8 additions and 0 deletions

View File

@ -17789,3 +17789,6 @@
const QString &test1,const QString &name2,const QString &test2,
const QString &name3,const QString &test3,const QString &param,
bool *valid=0)' function.
2018-10-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdservice(8) that caused maintenance routines
to be attempted only once per invocation.

View File

@ -34,6 +34,11 @@ void MainObject::checkMaintData()
QDateTime(QDate::currentDate(),QTime::currentTime());
bool run=false;
//
// Schedule Next Maintenance Run
//
svc_maint_timer->start(GetMaintInterval());
RunLocalMaintRoutine();
//